diff --git a/eww/eww.yuck b/eww/eww.yuck index 25cb29b9..f86f3dbe 100644 --- a/eww/eww.yuck +++ b/eww/eww.yuck @@ -1,8 +1,8 @@ (defwindow sysinfo - :monitor 1 + :monitor 0 :geometry (geometry :x "0px" - :y "50px" + :y "100px" :size-comment "why one pixel you ask? because the window will scale automatically and because it's centered anyway we don't need to care about sizing" :width "1px" :height "1px" diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 9eea3da5..6b084cb3 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -47,8 +47,8 @@ $themCursorTheme = Posy_Cursor # define cursor theme $themCursorSize = 24 # define cursor size # monitors -monitor=HDMI-A-1, 1920x1080, 0x0, 1 # configure main monitor -monitor=DP-2, 1680x1050, 1920x0, 1 # configure second monitor +monitor=DP-1, 2560x1440, 0x0, 1 # configure second monitor +monitor=HDMI-A-1, 1920x1080, 2560x0, 1 # configure main monitor ############################################### # __ __ __ __ __ # @@ -225,7 +225,6 @@ input { misc { disable_hyprland_logo=false # if hyprland logo and hypr-chan wallpaper should be hidden disable_splash_rendering=true # if the splash text should be disabled - force_hypr_chan=true # if hypr-chan should be always included in the wallpaper force_default_wallpaper=1 # enforces the default wallpaper variation, -1 is random vfr=true # if the framerate should be dynamic, recommended vrr=0 # controls adaptive sync @@ -311,7 +310,7 @@ bindr=$modkeyDefault,SUPER_L, exec, ulauncher-toggle # alias for alt+space bind = $modkeyDefault, C, togglespecialworkspace, magic # toggle special workspace visibility bind = $modkeyDefault, V, movetoworkspace, special:magic # move active window to special workspace bind = $modkeyDefault, B, movetoworkspace, 1 # move active window to normal workspace -bind = $modkeyDefault, B, movewindow, mon:HDMI-A-1 # move active window to monitor 0 +bind = $modkeyDefault, B, movewindow, mon:DP-1 # move active window to monitor 0 # Dangerous or rarily used binds bind=$modkeyRare, Q, exit, # exit Hyprland diff --git a/hypr/hyprpaper.conf b/hypr/hyprpaper.conf index 356d8a03..a7f4bc6b 100644 --- a/hypr/hyprpaper.conf +++ b/hypr/hyprpaper.conf @@ -3,7 +3,7 @@ ipc=off splash=true preload=/home/jeremystartm/.local/share/wallpapers/YzxvjF-Colloid-wallpapers/Colloid-dark/contents/images/3840x2160.png -wallpaper=DP-2,/home/jeremystartm/.local/share/wallpapers/YzxvjF-Colloid-wallpapers/Colloid-dark/contents/images/3840x2160.png +wallpaper=DP-1,/home/jeremystartm/.local/share/wallpapers/YzxvjF-Colloid-wallpapers/Colloid-dark/contents/images/3840x2160.png wallpaper=HDMI-A-1,/home/jeremystartm/.local/share/wallpapers/YzxvjF-Colloid-wallpapers/Colloid-dark/contents/images/3840x2160.png # eof <- a quick read wasn't it?