aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/sway
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2020-02-17 14:07:19 +0300
committerYaroslav <contact@yaroslavps.com>2020-02-17 14:07:19 +0300
commit517b4e959117a4cbec7be8ab019d7de95040a741 (patch)
tree7d2bcbb6614d23dee8c17cb975b9b10db7961941 /dotfiles/.config/sway
parent7c364bf5b138c43d13b92b4b4517033a35509655 (diff)
downloadswayrice-517b4e959117a4cbec7be8ab019d7de95040a741.tar.gz
swayrice-517b4e959117a4cbec7be8ab019d7de95040a741.zip
waybar space saving; remove animation when changing brightness
Diffstat (limited to 'dotfiles/.config/sway')
-rw-r--r--dotfiles/.config/sway/config10
1 files changed, 4 insertions, 6 deletions
diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config
index 94b0de9..3d4b705 100644
--- a/dotfiles/.config/sway/config
+++ b/dotfiles/.config/sway/config
@@ -34,8 +34,6 @@ exec_always {
##### Startup scripts and programs #####
# Waybar
exec --no-startup-id waybar_launch
-# KDE Connect
-exec --no-startup-id kdeconnect-indicator
# music daemon
exec --no-startup-id mpd
# Bluetooth adapter applet
@@ -160,10 +158,10 @@ bindsym --to-code {
# $mod+Ctrl+grave exec "makoctl list"
# Screen brightness controls
- XF86MonBrightnessUp exec "xbacklight -inc 5 -fps 30"
- XF86MonBrightnessDown exec "xbacklight -dec 5 -fps 30"
- $mod+Ctrl+Up exec "xbacklight -inc 5 -fps 30"
- $mod+Ctrl+Down exec "xbacklight -dec 5 -fps 30"
+ XF86MonBrightnessUp exec "xbacklight -inc 5"
+ XF86MonBrightnessDown exec "xbacklight -dec 5"
+ $mod+Ctrl+Up exec "xbacklight -inc 5"
+ $mod+Ctrl+Down exec "xbacklight -dec 5"
# Media keys
XF86AudioPrev exec --no-startup-id "lmc prev"