changed handling of sleep and lockscreen to I3.

This commit is contained in:
Gabe Venberg 2019-07-22 17:24:55 -05:00
parent d88054554f
commit fdc6fd5889
4 changed files with 137 additions and 2 deletions

View file

@ -171,6 +171,11 @@ font pango:DejaVu Sans Mono 8
bindsym $mod+r mode "resize"
# lock the screen with mod+x, and lock+sleep computer with mod+shift+x
set $lock_command "i3lock" # avoid repetition
bindsym $mod+x exec $lock_command
bindsym $mod+shift+x exec $lock_command && systemctl suspend
#make certan windwows always floating
#volume controll
for_window [class="Pavucontrol"] floating enable