Updated sway stuff
This commit is contained in:
parent
389990069a
commit
9d5e7113c5
1 changed files with 4 additions and 3 deletions
|
@ -10,6 +10,7 @@
|
||||||
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
|
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
|
||||||
|
|
||||||
include /etc/sway/config.d/*
|
include /etc/sway/config.d/*
|
||||||
|
include ~/.config/sway/config.d/*
|
||||||
|
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
|
|
||||||
|
@ -184,7 +185,7 @@ mode "resize" {
|
||||||
|
|
||||||
### Custom
|
### Custom
|
||||||
#bindsym Ctrl+Mod1+l exec --no-startup-id loginctl lock-session
|
#bindsym Ctrl+Mod1+l exec --no-startup-id loginctl lock-session
|
||||||
bindsym Ctrl+Mod1+l exec --no-startup-id swaylock
|
bindsym Ctrl+Mod1+l exec --no-startup-id ~/.config/sway/scripts/lock.sh
|
||||||
#bindsym Ctrl+Mod1+l exec --no-startup-id betterlockscreen -l -t "${USER}@${HOSTNAME}" --off 10
|
#bindsym Ctrl+Mod1+l exec --no-startup-id betterlockscreen -l -t "${USER}@${HOSTNAME}" --off 10
|
||||||
|
|
||||||
# Background
|
# Background
|
||||||
|
@ -198,8 +199,8 @@ bindsym $mod+Ctrl+Right move workspace to output right
|
||||||
bindsym $mod+Ctrl+q --release exec --no-startup-id xkill -display $DISPLAY
|
bindsym $mod+Ctrl+q --release exec --no-startup-id xkill -display $DISPLAY
|
||||||
|
|
||||||
# Screen brightness controls
|
# Screen brightness controls
|
||||||
bindsym XF86MonBrightnessUp exec xbacklight -inc 20 # increase screen brightness
|
bindsym XF86MonBrightnessUp exec light -A 10 # increase screen brightness
|
||||||
bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease screen brightness
|
bindsym XF86MonBrightnessDown exec light -U 10 # decrease screen brightness
|
||||||
|
|
||||||
# Touchpad controls
|
# Touchpad controls
|
||||||
#bindsym XF86TouchpadToggle exec /some/path/toggletouchpad.sh # toggle touchpad
|
#bindsym XF86TouchpadToggle exec /some/path/toggletouchpad.sh # toggle touchpad
|
||||||
|
|
Loading…
Reference in a new issue