diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-05-22 23:37:03 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-05-22 23:37:03 +0200 |
| commit | 7b060ecbd51e8674b0cd9b4ac8ca032e932801f7 (patch) | |
| tree | c069ad3566b06150a311fb64f1bdc905b3df1e78 /.config/hypr/user | |
| parent | 56c884576dc9bdb3bff4d03837ef52573aa55452 (diff) | |
| download | dotfiles-7b060ecbd51e8674b0cd9b4ac8ca032e932801f7.tar.gz dotfiles-7b060ecbd51e8674b0cd9b4ac8ca032e932801f7.zip | |
$term creates new tmux session
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 |
