Update over time

This commit is contained in:
Hannes
2026-01-17 23:02:56 +01:00
parent 1d0811d81a
commit c084024f82
21 changed files with 84 additions and 31 deletions

View File

@@ -1,6 +1,6 @@
# Needs To start first
exec-once = waybar
#exec-once = hypridle
exec-once = hypridle
exec-once = hyprpaper
exec-once = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
exec-once = bash /usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh,gpg
@@ -8,8 +8,9 @@ exec-once = sleep 1 && ~/.config/hypr/scripts/wallpapers/wallpaper.sh
exec-once = ~/.config/hypr/scripts/goxlr/goxlr-start.sh
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once = systemctl --user start hyprpolkitagent
exec-once = carla -n ~/Music/1Player.carxp
exec-once = tmux new-session -d -s carla 'carla -n /home/honney/Downloads/test.carxp'
# exec-once = udiskie -t
exec-once = tmux new-session -d -s fah 'fah-client'
# Monitor LT
exec-once = discord

View File

@@ -4,6 +4,7 @@ $mainMod = SUPER
bind = $mainMod, RETURN, exec, $terminal
bind = $mainMod, W, killactive, # "Quit"
bind = $mainMod, Q, killactive, # "Quit"
bind = $mainMod, F, fullscreen,
bind = $mainMod, V, togglefloating,
bind = $mainMod, D, exec, $menu # "Apps"
@@ -17,6 +18,7 @@ bind = $mainMod, B, exec, killall -SIGUSR1 waybar
# wallpaper/swww
bind = $mainMod SHIFT, W, exec, ~/.config/hypr/scripts/wallpapers/wallpaper.sh
# bind = $mainMod SHIFT, W, global, quickshell:Wallpaper
# wlogout
bind = $mainMod, M, exec, wlogout -b 2

View File

@@ -8,7 +8,7 @@ env = GTK_USE_PORTAL,1
# environment-variables
# Toolkit Backend Variables
env = GDK_BACKEND,wayland,x11,*
env = QT_QPA_PLATFORM,wayland;xcb
env = QT_QPA_PLATFORM,xcb
env = CLUTTER_BACKEND,wayland
#Run SDL2 applications on Wayland.

View File

@@ -6,23 +6,26 @@ monitor = desc:ASUSTek COMPUTER INC PA279CRV S5LMSB007609, 3840x2160@60, -3840x0
monitor = desc:BNQ BenQ EX2710U Y8P00876019, 3840x2160@144, 0x0, 1
monitor= desc:Dell Inc. DELL P2419H D4CN3Q2, 1920x1080@60, -1920x-1080, 1, transform, 2v
monitor= desc:LG Electronics LG ULTRAGEAR 107MAKR2RE65, 1920x1080@144, -1920x-1080, 1, transform, 2
monitor= desc:LG Electronics LG ULTRAGEAR 0x0004D8E1, 1920x1080@144, 0x-1080, 1, transform, 2
monitor= desc:Dell Inc. DELL P2419H D4CN3Q2, 1920x1080@60, -1920x-2160, 1
monitor= desc:LG Electronics LG ULTRAFINE 503NTKF3L437, 3840x2160@60, 0x-2160, 1, transform, 2
# Workspaces on Monitor 1
workspace = 1, monitor:desc:BNQ BenQ EX2710U Y8P00876019
# Workspaces on Monitor 2
workspace = 2, monitor:desc:ASUSTek COMPUTER INC PA279CRV S5LMSB007609
workspace = 200, monitor:desc:ASUSTek COMPUTER INC PA279CRV S5LMSB007609
# Workspaces on Monitor 3
workspace = 3, monitor:desc:LG Electronics LG ULTRAGEAR 0x0004D8E1
workspace = 300, monitor:desc:LG Electronics LG ULTRAGEAR 0x0004D8E1
workspace = 301, monitor:desc:LG Electronics LG ULTRAGEAR 0x0004D8E1
workspace = 302, monitor:desc:LG Electronics LG ULTRAGEAR 0x0004D8E1
workspace = 3, monitor:desc:LG Electronics LG ULTRAFINE 503NTKF3L437
workspace = 300, monitor:desc:LG Electronics LG ULTRAFINE 503NTKF3L437
workspace = 301, monitor:desc:LG Electronics LG ULTRAFINE 503NTKF3L437
workspace = 302, monitor:desc:LG Electronics LG ULTRAFINE 503NTKF3L437
# Workspaces on Monitor 4
workspace = 4, monitor:desc:Dell Inc. DELL P2419H D4CN3Q2
workspace = 400, monitor:desc:Dell Inc. DELL P2419H D4CN3Q2
workspace = 401, monitor:desc:Dell Inc. DELL P2419H D4CN3Q2
workspace = 4, monitor:desc:LG Electronics LG ULTRAGEAR 107MAKR2RE65
workspace = 400, monitor:desc:LG Electronics LG ULTRAGEAR 107MAKR2RE65
workspace = 401, monitor:desc:LG Electronics LG ULTRAGEAR 107MAKR2RE65

View File

@@ -4,7 +4,7 @@ $ICON_THEME = "BeautyLine-Garuda"
$KVANTUM_THEME = "Catppuccin-Mocha-Blue"
# Experimental HDR (optional)
experimental:xx_color_management_v4 = true
#experimental:xx_color_management_v4 = true
debug:full_cm_proto=true
# GTK Theming
@@ -94,4 +94,4 @@ dwindle {
misc {
force_default_wallpaper = 0
disable_hyprland_logo = true
}
}

View File

@@ -3,21 +3,63 @@
### Apps windows to Workspaces
# Recommended Command: sleep 2 && hyprctl activewindow
# windowrulev2 = workspace 5, class:^(.*python3.*)$
# Apps on Monitor 1
# Apps on Monitor 2
windowrule {
name = VirtualBox
match:class = .*VirtualBox.*
workspace = 200
}
# Apps on Monitor 3
windowrulev2 = workspace 3, class:^(floorp)$
windowrulev2 = workspace 300, class:^(librewolf)$
windowrulev2 = workspace 301, class:^(thunderbird)$
windowrulev2 = workspace 302, class:^(Alacritty)$
windowrule {
name = Floorp
match:class = .*floorp.*
workspace = 3
}
windowrule {
name = Librewolf
match:class = .*librewolf.*
workspace = 300
}
windowrule {
name = Thunderbird
match:class = .*org.mozilla.Thunderbird.*
workspace = 301
}
windowrule {
name = Alacritty
match:class = .*Alacritty.*
workspace = 302
}
# Apps on Monitor 4
windowrulev2 = workspace 4, class:^(discord)$
windowrulev2 = workspace 4, class:^(Signal)$
windowrulev2 = workspace 400, class:^(com.nextcloud.desktopclient.nextcloud)$
windowrulev2 = workspace 401, class:^(org.keepassxc.KeePassXC)$
windowrule {
name = Discord
match:class = .*discord.*
workspace = 4
}
windowrule {
name = Signal
match:class = .*Signal.*
workspace = 4
}
windowrule {
name = Nextcloud
match:class = .*com.nextcloud.desktopclient.nextcloud.*
workspace = 400
}
windowrule {
name = KeePassXC
match:class = .*org.keepassxc.KeePassXC.*
workspace = 401
}
#windowrulev2 = tile,xwayland:1 # Grayjay and other xWayland fix but can also break
#windowrulev2 = tile,xwayland:1 # Grayjay and other xWayland fix but can also break