diff options
Diffstat (limited to '.config/hypr/user')
| -rw-r--r-- | .config/hypr/user/binds.conf | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/.config/hypr/user/binds.conf b/.config/hypr/user/binds.conf index 0c8fc36..a337a0e 100644 --- a/.config/hypr/user/binds.conf +++ b/.config/hypr/user/binds.conf @@ -23,9 +23,11 @@ bind = , Print, exec,~/.scripts/screenshot_full bind = ALT, Print, exec,~/.scripts/screenshot # Application binds -#bind = SUPER, t, exec, $term +$term=wezterm +bind = SUPER, T, exec, $term -e tmux new-session -A -s term +bind = SUPER, Enter, exec, $term -e tmux new-session -A -s term bind = SUPER, W, exec, $browser -bind = SUPER, G, exec, $notepad +#bind = SUPER, G, exec, $notepad # ags bind = SUPER_SHIFT, R, exec, ags -q; ags; notify-send "ags reloaded" @@ -42,8 +44,8 @@ bind = SUPER, V, exec, pkill wofi || cliphist list | wofi --dmenu -p clippick -l # Hyprland keys bind=SUPER_SHIFT,Escape,exec,hyprctl reload; notify-send "Config Reloaded" bind = SUPER, D, killactive, -bind = SUPER_SHIFT, S, movetoworkspace,special -bind = SUPER, S, togglespecialworkspace, +#bind = SUPER_SHIFT, S, movetoworkspace,special +#bind = SUPER, S, togglespecialworkspace, # Other dispatchers @@ -56,7 +58,7 @@ bind = SUPER_SHIFT, M, fakefullscreen bind = SUPER, P, pseudo, -bind = SUPER, T, togglefloating, +bind = SUPER, S, togglefloating, bind = SUPER_SHIFT, G, togglegroup, bind = SUPER, tab, changegroupactive, bind = SUPER_SHIFT, I, togglesplit, # dwindle |
