This commit is contained in:
2026-08-11 10:13:15 +05:30
parent 3a99b9b9c8
commit 6a75f679a9
2 changed files with 51 additions and 7 deletions
+12 -6
View File
@@ -21,7 +21,6 @@
################
# See https://wiki.hyprland.org/Configuring/Monitors/
monitor= DP-3, 1920x1080, 0x0, 1
monitor= HDMI-A-1, 1920x1080, 1920x0, 1
@@ -72,6 +71,7 @@ env = HYPRCURSOR_SIZE,24
general {
gaps_in = 2
gaps_out = 2
border_size = 0
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
@@ -267,13 +267,13 @@ bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
# resize windows
bindel = $mainMod SHIFT, right, resizeactive, 20 0
bindel = $mainMod SHIFT, left, resizeactive, -20 0
bindel = $mainMod SHIFT, up, resizeactive, 0, -20
bindel = $mainMod SHIFT, down, resizeactive, 0, 20
bindel = $mainMod SHIFT, right, resizeactive, 50 0
bindel = $mainMod SHIFT, left, resizeactive, -50 0
bindel = $mainMod SHIFT, up, resizeactive, 0, -50
bindel = $mainMod SHIFT, down, resizeactive, 0, 50
# On/Off monitors
bind = $mainMod CTRL, L, exec, sleep 0.5 && hyprctl dispatch dpms toggle DP-3
bind = $mainMod CTRL, L, exec, sleep 0.5 && hyprctl dispatch dpms toggle HDMI-A-1
##############################
### WINDOWS AND WORKSPACES ###
@@ -316,3 +316,9 @@ windowrule {
no_focus = true
}
debug {
overlay = false
disable_logs = false
gl_debugging = true
enable_stdout_logs = true
}