diff options
| author | UhGoomba <53350163+UhGoomba@users.noreply.github.com> | 2024-07-21 14:27:35 -0400 |
|---|---|---|
| committer | UhGoomba <53350163+UhGoomba@users.noreply.github.com> | 2024-07-21 14:27:35 -0400 |
| commit | c47fb739339332e3271ddbac6a3c6d7afc8ca936 (patch) | |
| tree | de4931dcad4f939c6098883ceafa2247f40aa723 /hypr | |
| parent | 45c7be14335cd77702df849f2ddec9af4953bce6 (diff) | |
keybind adjustments
Diffstat (limited to 'hypr')
| -rw-r--r-- | hypr/.config/hypr/binds.conf | 1 | ||||
| -rw-r--r-- | hypr/.config/hypr/monitors.conf | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/hypr/.config/hypr/binds.conf b/hypr/.config/hypr/binds.conf index c31d163..ea62c0b 100644 --- a/hypr/.config/hypr/binds.conf +++ b/hypr/.config/hypr/binds.conf @@ -5,6 +5,7 @@ $mainMod = SUPER bindr = SUPER, SUPER_L, exec, wofi bind = $mainMod, A, exec, kitty bind = $mainMod, D, killactive, +bind = $mainMod CTRL SHIFT, D, exec, hyprctl kill bind = $mainMod, S, exec, hyprshot -m region bind = $mainMod, M, exit, bind = $mainMod, V, togglefloating, diff --git a/hypr/.config/hypr/monitors.conf b/hypr/.config/hypr/monitors.conf index e2b2f87..d839996 100644 --- a/hypr/.config/hypr/monitors.conf +++ b/hypr/.config/hypr/monitors.conf @@ -1,6 +1,6 @@ # See https://wiki.hyprland.org/Configuring/Monitors/ monitor=DP-1,2560x1440@144,0x0,auto -monitor=DP-2,1920x1080@60,2560x0,auto +#monitor=DP-2,1920x1080@60,2560x0,auto # FOR HYPRSOME (MULTIPLE MONITORS) workspace=1,monitor:DP-1 |
