diff options
Diffstat (limited to 'hyprland/keybinds.conf')
| -rw-r--r-- | hyprland/keybinds.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hyprland/keybinds.conf b/hyprland/keybinds.conf index 3abfa95..b788d9d 100644 --- a/hyprland/keybinds.conf +++ b/hyprland/keybinds.conf @@ -7,12 +7,14 @@ bind = $mainMod, F, exec, $fileManager #bind = $mainMod, V, togglefloating, bind = $mainMod, R, exec, $menu +bind = $mainMod|Shift, B, exec, /opt/scripts/stremio.sh +bind = $mainMod, z, exec, zen-browser bind = $mainMod|Shift, R, exec, $reload_qs bind = $mainMod|Ctrl, R, exec, $reload_hypr bind = $mainMod|Shift, S, exec, $snip bind = $mainMod|Ctrl,F,fullscreen, 1 bind = $mainMod, W, exec, $browser -bind = $mainMod, D, exec, discord +bind = $mainMod, D, exec, $discord bind = $mainMod|Shift, D, exec, kill -9 `pidof discord` bind = $mainMod|Shift, A, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy bind = $mainMod|Shift, L, exec, /opt/scripts/power.sh |
