diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/sway/config | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/.config/sway/config b/.config/sway/config index af2d37a..59c725f 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -100,6 +100,14 @@ exec dunst bindsym $mod+Shift+Up move up bindsym $mod+Shift+Right move right # +# Screen brightness: +# + bindsym XF86MonBrightnessDown exec brightnessctl s 5%- + bindsym XF86MonBrightnessUp exec brightnessctl s +5% + + + +# # Workspaces: # set $ws1 "1.www" @@ -141,7 +149,7 @@ exec dunst # Layout stuff: # # You can "split" the current object of your focus with - # $mod+b or $mod+v, for horizontal and vertical splits + # $mod+s or $mod+v, for horizontal and vertical splits # respectively. bindsym $mod+v splith bindsym $mod+s splitv @@ -211,6 +219,6 @@ client.focused "#24283b" "#24283b" "#c0caf5" "#c0caf5" "#2c2 client.focused_inactive "#24283b" "#c0caf5" "#24283b" "#000000" "#999999" client.unfocused "#23242a" "#c0caf5" "#24283b" "#000000" "#999999" -bindsym $mod+Shift+s exec --no-startup-id swaylock -t -e -c 1f1f1f -i ~/.local/lock_2560_2head.png +bindsym $mod+Shift+s exec --no-startup-id swaylock -t -e -c 1f1f1f include ~/.config/sway/`hostname`.conf |
