diff --git a/ansible/roles/hyprland/templates/hyprland.conf.j2 b/ansible/roles/hyprland/templates/hyprland.conf.j2 index 0991bcb..bd3cc70 100644 --- a/ansible/roles/hyprland/templates/hyprland.conf.j2 +++ b/ansible/roles/hyprland/templates/hyprland.conf.j2 @@ -4,9 +4,9 @@ # 1. DP-1 TERRA 3280W 2560x1440@144 (0x0) # 2. DVI-D-1 BenQ BL2405 1920x1080@60 (rotated 90° CW, effective width 1080) # 3. HDMI-A-1 TERRA 3280W 2560x1440@144 (3640x0) -monitor=DP-1,2560x1440@144,0x0,1 +monitor=DP-1,2560x1440@60,0x0,1 monitor=DVI-D-1,1920x1080@60,2560x0,1,transform,1 -monitor=HDMI-A-1,2560x1440@144,3640x0,1 +monitor=HDMI-A-1,2560x1440@60,3640x0,1 # Session services: hyprpaper, waybar, dunst, hypridle, hyprlauncher, cliphist # Managed by systemd user units under ~/.config/systemd/user/ @@ -64,8 +64,8 @@ dwindle { # Keybindings $mainMod = SUPER -bind = $mainMod, Q, exec, kitty -bind = $mainMod, C, killactive, +bind = $mainMod, Q, killactive, +bind = $mainMod, T, exec, kitty bind = $mainMod, M, exit, bind = $mainMod, E, exec, kitty -e yazi bind = $mainMod, V, togglefloating, diff --git a/docs/hyprland-keybindings.md b/docs/hyprland-keybindings.md index 0dc3174..29fe23a 100644 --- a/docs/hyprland-keybindings.md +++ b/docs/hyprland-keybindings.md @@ -8,8 +8,8 @@ | Shortcut | Action | Details | |----------|--------|---------| -| `SUPER+Q` | Open terminal | kitty | -| `SUPER+C` | Kill active window | killactive | +| `SUPER+Q` | Kill active window | killactive | +| `SUPER+T` | Open terminal | kitty | | `SUPER+M` | Exit Hyprland | exit | | `SUPER+E` | File manager | dolphin | | `SUPER+V` | Toggle floating | togglefloating | @@ -84,9 +84,9 @@ | Workspace | Monitor | Position | |-----------|---------|----------| -| 1 | DP-1 (TERRA 3280W) | Left, 2560x1440@144 | +| 1 | DP-1 (TERRA 3280W) | Left, 2560x1440@60 | | 2 | DVI-D-1 (BenQ BL2405) | Center, 1920x1080@60 rotated 90deg | -| 3 | HDMI-A-1 (TERRA 3280W) | Right, 2560x1440@144 | +| 3 | HDMI-A-1 (TERRA 3280W) | Right, 2560x1440@60 | ## Notes