diff options
Diffstat (limited to '.config/i3')
-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 576295d..6c94229 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -117,7 +117,7 @@ bindsym $mod+q kill # session reload, quit and lock bindsym $mod+Shift+c reload bindsym $mod+Shift+r restart -bindsym Control+$alt+Delete exec "rofi -modi power:~/.local/bin/rofi-power -show power" +bindsym Control+$alt+Delete exec "rofi -modi power:~/.config/rofi/rofi-power -show power" mode "resize" { bindsym Left resize shrink width 15 px |