diff options
Diffstat (limited to 'raveos-hyprland-theme/theme-data/hypr/hyprland.conf')
| -rw-r--r-- | raveos-hyprland-theme/theme-data/hypr/hyprland.conf | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/raveos-hyprland-theme/theme-data/hypr/hyprland.conf b/raveos-hyprland-theme/theme-data/hypr/hyprland.conf index 5898d1e..5ee1c2c 100644 --- a/raveos-hyprland-theme/theme-data/hypr/hyprland.conf +++ b/raveos-hyprland-theme/theme-data/hypr/hyprland.conf @@ -25,7 +25,7 @@ ################ # See https://wiki.hypr.land/Configuring/Monitors/ -monitor=HDMI-A-2, 2560x1440@60, 0x0, 1 +source = ./monitors.conf ################### ### MY PROGRAMS ### @@ -53,7 +53,8 @@ exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec-once = hyprswitch init --show-title --size-factor 6 --workspaces-per-row 5 & exec-once = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' exec-once = bash -c "wl-paste --watch cliphist store &" -exec-once = dms run +exec-once = hyprpaper +exec-once = dms run --config ~/.config/dms #exec-once = hyprshell run @@ -67,7 +68,7 @@ env = XCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24 # Default env vars. -env = HOME, /home/$USER/ +env = HOME, /home/$USER env = XDG_CONFIG_HOME, /home/$USER/.config env = XDG_CURRENT_DESKTOP,Hyprland env = XDG_SESSION_TYPE,wayland @@ -436,4 +437,6 @@ windowrule { float = yes } +source = ./workspaces.conf +source = ./dms/colors.conf source = ./dms/cursor.conf |