Skip to content

Commit

Permalink
Use non-black background for i3lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Olli Pikarinen committed Apr 25, 2018
1 parent b5417ad commit 4ac6a9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions i3config
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@ bindsym Shift+Escape mode "default"; exec killall i3-nagbar
# session management
set $mode_system System (l) lock, (e) logout, (h) hibernate, (r) reboot, (Shift+s) shutdown
mode "$mode_system" {
bindsym l exec i3lock && systemctl suspend; mode "default"
bindsym h exec i3lock && systemctl hibernate; mode "default"
bindsym l exec i3lock -c 222222 && systemctl suspend; mode "default"
bindsym h exec i3lock -c 222222 && systemctl hibernate; mode "default"
bindsym e exec i3msg exit; mode "default"
bindsym Shift+s exec i3lock && sudo systemctl poweroff; mode "default"
bindsym r exec i3lock && sudo systemctl reboot; mode "default"
bindsym Shift+s exec i3lock -c 222222 && sudo systemctl poweroff; mode "default"
bindsym r exec i3lock -c 222222 && sudo systemctl reboot; mode "default"
# back to normal: Enter or Escape
bindsym Return mode "default"
bindsym Escape mode "default"
Expand Down

0 comments on commit 4ac6a9f

Please sign in to comment.