diff options
Diffstat (limited to 'hyprland/keybinds.conf')
| -rw-r--r-- | hyprland/keybinds.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/hyprland/keybinds.conf b/hyprland/keybinds.conf index 9545dba..e575e67 100644 --- a/hyprland/keybinds.conf +++ b/hyprland/keybinds.conf @@ -4,10 +4,12 @@ bind = $mainMod, Return, exec, $terminal bind = $mainMod, Q, killactive, bind = $mainMod|Shift, Q, exit, bind = $mainMod, F, exec, $fileManager +bind = $mainMod, E, exec, /opt/scripts/emoji.sh bind = $mainMod|Shift, F , togglefloating, bind = $mainMod, R, exec, $menu -bind = $mainMod|Shift, B, exec, /opt/scripts/stremio.sh +bind = $mainMod|Shift, B, exec, /opt/scripts/bookmark.sh +bind = $mainMod, B, exec, cat /home/subh/.local/share/larbs/bookmarks | rofi -dmenu -p "bookmarks" | xargs -I {} xdg-open "{}" bind = $mainMod, z, exec, zen-browser bind = $mainMod|Shift, R, exec, $reload_qs bind = $mainMod|Ctrl, R, exec, $reload_hypr @@ -18,10 +20,9 @@ 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|Ctrl, L, exec, /opt/scripts/power.sh -bind = $mainMod, B, exec, /opt/scripts/wallpaper-picker.sh +bind = $mainMod|Shift, W, exec, /opt/scripts/wallpaper-picker.sh bind = $mainMod, N, exec, /opt/scripts/wifi-connect.sh bind = $mainMod|Shift, N, exec, /opt/scripts/wifi-disconnect.sh -bind = $mainMod, M, exec, spotify bind = $mainMod|Shift, M, exec, kill -9 `pidof spotify` bind = $mainMod|Ctrl, K, exec, keepassxc bind = $mainMod, S, exec, subl |
