diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-08-09 18:07:07 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-08-09 18:07:07 +0200 |
commit | 2615fb91b1737820e6583ff15c048818a3c3f343 (patch) | |
tree | 7a8a9dfd272f189a3e06d6ed814f6a809446a436 /.config | |
parent | ab68cc26b247e22c4be69fc414be546780dda4f6 (diff) |
Removed lock screen option from rofi power menu
Diffstat (limited to '.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 581cf54..55fcb03 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -20,7 +20,7 @@ bindsym $mod+f fullscreen toggle bindsym $mod+d exec rofi -show drun -show-icons -theme rofi -drun-display-format {name} bindsym Mod1+Tab exec rofi -show window -show-icons -theme rofi -drun-display-format {name} bindsym Mod1+b exec rofi -modi "clipboard:greenclip print" -show clipboard -run-command '{cmd}' -show-icons -theme rofi -bindsym $mod+Shift+p exec rofi -show p -theme rofi -modi p:rofi-power-menu +bindsym $mod+Shift+p exec rofi -show p -theme rofi -modi "p:rofi-power-menu --choices=shutdown/reboot/suspend/hibernate/logout" # Media keys bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% |