diff options
author | adamstuck <adam.moloney.stuck@gmail.com> | 2021-08-09 18:07:07 +0200 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2021-08-09 18:07:07 +0200 |
commit | 31bfd71ab58ec8724f94ad27ef77691a92b98570 (patch) | |
tree | 7a8a9dfd272f189a3e06d6ed814f6a809446a436 | |
parent | e04b0a9780b20c62a21655de80424eff78212440 (diff) |
Removed lock screen option from rofi power menu
-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% |