diff options
-rw-r--r-- | .config/hypr/hyprland.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 75fed88..14d4006 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -1,5 +1,5 @@ -# monitor = DP-3, 3840x2160@165, 0x0, 1.5, bitdepth, 10 -monitor = DP-3, 3840x2160@165, 0x0, 1.5 +monitor = DP-3, 3840x2160@165, 0x0, 1.5, bitdepth, 10 +# monitor = DP-3, 3840x2160@165, 0x0, 1.5 monitor = DP-2, 2560x1440@165, -2560x0, 1 $terminal = footclient @@ -127,7 +127,7 @@ ecosystem { cursor { default_monitor = DP-2 - no_warps = 1 + # no_warps = 1 } input { @@ -171,7 +171,7 @@ bind = SHIFT, Print, exec, maimpick bind = $mainMod, Print, exec, dmenurecord bind = $mainMod SHIFT, Print, exec, dmenurecord kill bind = $mainMod, E, exec, $terminal neomutt; pkill -RTMIN+12 waybar -bind = $mainMod SHIFT, N, exec, $terminal -T newsboat -e newsboat; pkill -RTMIN+6 waybar +bind = $mainMod SHIFT, N, exec, $terminal -T newsraft -e newsraft; pkill -RTMIN+6 waybar bind = $mainMod SHIFT, R, exec, $terminal -e btop bind = $mainMod, M, exec, $terminal -e rmpc bind =,XF86AudioPlay, exec, mpc toggle |