diff options
-rw-r--r-- | .config/i3/config | 2 | ||||
-rwxr-xr-x | .config/rofi/rofi-power (renamed from .local/bin/rofi-power) | 0 |
2 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 diff --git a/.local/bin/rofi-power b/.config/rofi/rofi-power index 2387f9d..2387f9d 100755 --- a/.local/bin/rofi-power +++ b/.config/rofi/rofi-power |