diff options
author | Hydrogen <hydrogen@h2.gay> | 2025-03-30 12:18:48 +0100 |
---|---|---|
committer | Hydrogen <hydrogen@h2.gay> | 2025-03-30 12:18:48 +0100 |
commit | 5a9630b42270ec2e6c2063d11de328ddbba6757b (patch) | |
tree | ef86b2d1b515f9c411dbc24276b2d388781af4ac | |
parent | c53af14313c2a5303750257a5ac18914e155ced1 (diff) |
Move rofi-power
-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 |