diff options
Diffstat (limited to 'raveos-hyprland-theme/theme-data/hypr/hyprland.conf')
| -rw-r--r-- | raveos-hyprland-theme/theme-data/hypr/hyprland.conf | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/raveos-hyprland-theme/theme-data/hypr/hyprland.conf b/raveos-hyprland-theme/theme-data/hypr/hyprland.conf index 5ee1c2c..9a27cd2 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/ -source = ./monitors.conf +monitor=HDMI-A-2, 2560x1440@60, 0x0, 1 ################### ### MY PROGRAMS ### @@ -53,9 +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 = hyprpaper -exec-once = dms run --config ~/.config/dms -#exec-once = hyprshell run +exec-once = dms run +exec-once = hyprshell run ############################# @@ -68,7 +67,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 @@ -233,8 +232,8 @@ misc { # https://wiki.hypr.land/Configuring/Variables/#input input { - kb_layout = - kb_variant = + kb_layout = gb + kb_variant = mac kb_model = kb_options = kb_rules = @@ -415,6 +414,12 @@ windowrule { } windowrule { + name = windowrule-11 + size = 444 111 + match:title = New Empty File... +} + +windowrule { # Fix some dragging issues with XWayland name = fix-xwayland-drags match:class = ^$ @@ -437,6 +442,4 @@ windowrule { float = yes } -source = ./workspaces.conf -source = ./dms/colors.conf source = ./dms/cursor.conf |