diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-02-10 17:15:35 +0100 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-02-10 17:15:35 +0100 |
commit | 46b1fe4ddd9b39d6cd952aa9cee4c5377eb943e5 (patch) | |
tree | c31d83c5a9b2b7617ea4ec0ab7e64573c8a5e885 /.config/i3/config | |
parent | 0905a5470bc85bdb557f2346dcdecc305d91a763 (diff) |
lockscreen
Diffstat (limited to '.config/i3/config')
-rw-r--r-- | .config/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config index b33ba53..5deb714 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -11,7 +11,7 @@ bindsym $mod+Shift+q kill bindsym $mod+Shift+e exec --no-startup-id "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'" bindsym $mod+Shift+p exec --no-startup-id rofi -show p -modi "p:rofi-power-menu --choices=shutdown/reboot/suspend/logout --confirm=" -bindsym $mod+Escape exec --no-startup-id systemctl suspend +bindsym $mod+Escape exec --no-startup-id betterlockscreen --suspend bindsym $mod+Return exec alacritty bindsym $mod+b exec firefox bindsym $mod+e exec pcmanfm |