added custom binds and monitor

This commit is contained in:
kenji
2025-08-11 16:27:21 -05:00
parent 181014b678
commit 16c5b8f999
3 changed files with 14 additions and 2 deletions
+4 -1
View File
@@ -1,2 +1,5 @@
# Put general config stuff here
# Here's a list of every variable: https://wiki.hyprland.org/Configuring/Variables/
# Here's a list of every variable: https://wiki.hyprland.org/Configuring/Variables/
monitor="DP-2, highres@180,0x1080,1,bitdepth,10,cm,hdr,sdrbrightness,1.4,sdrsaturation,0.98"
monitor="DP-1, highres@highrr,0x0,1"
monitor="HDMI-A-1, 1920x1080@120, 20000x20000,1"
+9
View File
@@ -9,3 +9,12 @@ bind = Ctrl+Super+Alt, Slash, exec, xdg-open ~/.config/hypr/custom/keybinds.conf
# Use ##! to add a section in that column
# Add a comment after a bind to add a description, like above
bind = Super, H, movefocus, l # [hidden]
bind = Super, L, movefocus, r # [hidden]
bind = Super, K, movefocus, u # [hidden]
bind = Super, J, movefocus, d # [hidden]
bind = Super+Shift, H, movetoworkspace, l # [hidden]
bind = Super+Shift, L, movetoworkspace, r # [hidden]
bind = Super+Shift, K, movetoworkspace, u # [hidden]
bind = Super+Shift, J, movetoworkspace, d # [hidden]
+1 -1
View File
@@ -137,7 +137,7 @@ misc {
enable_swallow = false
swallow_regex = (foot|kitty|allacritty|Alacritty)
new_window_takes_over_fullscreen = 2
allow_session_lock_restore = true
# allow_session_lock_restore = true
session_lock_xray = true
initial_workspace_tracking = false
focus_on_activate = true