diff --git a/roy-config/hypr/hyprland.conf b/roy-config/hypr/hyprland.conf index 814f7e1..547fe1d 100755 --- a/roy-config/hypr/hyprland.conf +++ b/roy-config/hypr/hyprland.conf @@ -8,9 +8,26 @@ ################ # See https://wiki.hyprland.org/Configuring/Monitors/ +# built-in monitor monitor=,preferred,auto,1 -monitor=DP-1,3840x2160@60,right,1.5 -monitor=HDMI-A-1,2560x1440@59.95,right,1.5 + +monitorv2 { + output = DP-1 + mode = 3840x2160@60 + position = auto-right + scale = 1.5 + transform = 0 +} + +monitorv2 { + output = DP-1 + mode = 3840x2160@30 + position = auto-right + scale = 1.5 + transform = 0 +} +monitor=,,auto-right,1.5 +monitor=HDMI-A-1,preferred,auto-right,1.5 ################### ### MY PROGRAMS ### @@ -21,7 +38,7 @@ monitor=HDMI-A-1,2560x1440@59.95,right,1.5 # Set programs that you use $terminal = alacritty $fileManager = dolphin -$menu = wofi --show drun +$menu = wofi --show ################# @@ -91,7 +108,6 @@ decoration { # https://wiki.hyprland.org/Configuring/Variables/#animations animations { enabled = false; - first_launch_animation = false; workspace_wraparound = false; } @@ -144,16 +160,6 @@ input { } } -# https://wiki.hyprland.org/Configuring/Variables/#gestures -gestures { - workspace_swipe = false -} - -# Example per-device config -# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more -device { } - - ################### ### KEYBINDINGS ### ###################