Update monitor configuration

This commit is contained in:
JeremyStar™ 2024-02-03 02:47:54 +01:00
parent e748e3c6ae
commit 59f5a3f4fc
3 changed files with 6 additions and 7 deletions

View file

@ -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"

View file

@ -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

View file

@ -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?