diff options
| author | krolyxon <me@krolyxon.com> | 2026-06-05 15:57:59 +0530 |
|---|---|---|
| committer | krolyxon <me@krolyxon.com> | 2026-06-05 15:57:59 +0530 |
| commit | 59983e55b80f52138943da56024d28bb62d5c49f (patch) | |
| tree | 278552c58d82bf4317d35497ad697ebe465b50aa /.config/hypr | |
| parent | 2224311fd680f51d79601e3e8ae013291a1d20b4 (diff) | |
I have come to realization that i have not been using newsboat to read
my RSS feeds for a long time, so lets just get rid of it at this point
Diffstat (limited to '.config/hypr')
| -rw-r--r-- | .config/hypr/source/keybinds.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/hypr/source/keybinds.conf b/.config/hypr/source/keybinds.conf index 6560832..eda98b1 100644 --- a/.config/hypr/source/keybinds.conf +++ b/.config/hypr/source/keybinds.conf @@ -15,7 +15,7 @@ bind = $mainMod SHIFT, F, Fullscreen, 1 # Smart Float: Toggle float -> Resize to 90% -> Center bind = $mainMod SHIFT, R, exec, if hyprctl -j activewindow | jq -e '.floating | not'; then hyprctl --batch "dispatch togglefloating; dispatch resizeactive exact 90% 90%; dispatch centerwindow"; else hyprctl dispatch togglefloating; fi bind = $mainMod, R, exec, $menu -bind = $mainMod SHIFT, P, pseudo, # dwindle +#bind = $mainMod SHIFT, P, pseudo, # dwindle binde = $mainMod, tab, cyclenext, prev bind = $mainMod, b, exec, killall waybar || waybar bind = $mainMod, grave, exec, fuzzelunicode |
