summaryrefslogtreecommitdiff
path: root/hyprland/keybinds.conf
diff options
context:
space:
mode:
Diffstat (limited to 'hyprland/keybinds.conf')
-rw-r--r--hyprland/keybinds.conf12
1 files changed, 7 insertions, 5 deletions
diff --git a/hyprland/keybinds.conf b/hyprland/keybinds.conf
index 397f35d..3abfa95 100644
--- a/hyprland/keybinds.conf
+++ b/hyprland/keybinds.conf
@@ -4,7 +4,8 @@ bind = $mainMod, Return, exec, $terminal
bind = $mainMod, Q, killactive,
bind = $mainMod|Shift, Q, exit,
bind = $mainMod, F, exec, $fileManager
-bind = $mainMod, V, togglefloating,
+
+#bind = $mainMod, V, togglefloating,
bind = $mainMod, R, exec, $menu
bind = $mainMod|Shift, R, exec, $reload_qs
bind = $mainMod|Ctrl, R, exec, $reload_hypr
@@ -13,19 +14,21 @@ bind = $mainMod|Ctrl,F,fullscreen, 1
bind = $mainMod, W, exec, $browser
bind = $mainMod, D, exec, discord
bind = $mainMod|Shift, D, exec, kill -9 `pidof discord`
-bind = $mainMod|Shift, V, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy
+bind = $mainMod|Shift, A, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy
bind = $mainMod|Shift, L, exec, /opt/scripts/power.sh
bind = $mainMod, B, 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|Shift, K, exec, keepassxc
bind = $mainMod, S, exec, subl
-bind = $mainMod, P, exec, /opt/scripts/vpn_connect.sh
-bind = $mainMod|Shift, P, exec, /opt/scripts/vpn_disconnect.sh
+bind = $mainMod, V, exec, /opt/scripts/vpn_connect.sh
+bind = $mainMod|Shift, V, exec, /opt/scripts/vpn_disconnect.sh
bind = $mainMod, X, exec, /opt/scripts/screen-record.sh
bind = $mainMod|Shift, X, exec, /opt/scripts/screen-record-stop.sh
bind = $mainMod, Y, exec, hyprctl workspaces -j | jq '.[].lastwindowtitle' | rofi -show window
+bind = $mainMod, P, exec, /opt/scripts/power-profiles.sh
# Move focus with mainMod + arrow keys
@@ -69,4 +72,3 @@ bind = $mainMod, mouse_up, workspace, e-1
# Move/resize windows with mainMod + LMB/RMB and dragging
bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
-