Compare commits

..
1 Commits
Author SHA1 Message Date
AquaAI 2026-07-26 fe212c0a92 fix(i3): window startup 2026-07-26 17:15:20 -04:00
6 changed files with 11 additions and 10 deletions
@@ -1 +0,0 @@
AquaAI/qwen3.5:4b
+1 -1
View File
@@ -7,7 +7,7 @@ bind = $mainMod, E, exec, $fileManager
bind = $mainMod, V, togglefloating,
bind = $mainMod, D, exec, $menu
bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, J, layoutmsg, togglesplit # dwindle
bind = $mainMod, J, togglesplit, # dwindle
bind = $mainMod, L, exec, hyprlock
bind = $mainMod, F, fullscreen
+2
View File
@@ -30,6 +30,7 @@ animations {
}
dwindle {
pseudotile = yes
preserve_split = yes
force_split = 2
}
@@ -39,3 +40,4 @@ master {
}
gesture = 3, horizontal, workspace
+1 -1
View File
@@ -34,7 +34,7 @@ misc {
force_default_wallpaper = 0
}
windowrule = suppress_event maximize, match:class .*
windowrulev2 = suppressevent maximize, class:.*
source = ~/.config/hypr/bind-all.conf
source = ~/.config/hypr/bind-framework.conf
+3 -4
View File
@@ -224,8 +224,7 @@ for_window [class="^Bitwig Studio$" title="^Bitwig Studio"] exec sh ~/bin/audio/
for_window [class="^Bitwig Studio$" title="^Bitwig Studio"] exec systemctl --user restart i3wm-close-window.service
#Other
for_window [class="Signal"] move to workspace $wsSignal; urgent disable
for_window [class="^Brick$"] move to workspace $ws2
for_window [class="Signal"] move to workspace $wsSignal
#bindsym $mod+F5 gaps inner current set 0; gaps outer current set 0
#bindsym $mod+F6 gaps inner current set $inner; gaps outer current set $outer
@@ -248,7 +247,7 @@ workspace $wsSignal output DP-2
workspace $ws9 output HDMI-0
workspace $ws10 output HDMI-0
exec --no-startup-id picom --backend glx --daemon
exec --no-startup-id compton &
exec --no-startup-id feh --bg-scale ~/Pictures/desktop/0001.jpg &
mode "$g13" {
@@ -264,7 +263,7 @@ bindsym $mod+F1 mode "$g13"
exec_always --no-startup-id g13d --config ~/.config/g13/resolve.bind --logo ~/.config/g13/resolve.lpbm &
# Startup programs
exec --no-startup-id flatpak run org.signal.Signal
exec --no-startup-id i3-msg "workspace $wsSignal; exec flatpak run org.signal.Signal;"
exec --no-startup-id ~/bin/start-brave.sh
exec --no-startup-id i3-msg "workspace $ws1; exec alacritty"
+4 -3
View File
@@ -7,6 +7,7 @@ Requires=pipewire.service
WantedBy=default.target
[Service]
Type=simple
ExecStart=%h/git/audio/snapcast/bin/snapclient --player pipewire
Restart=on-failure
Type=oneshot
RemainAfterExit=true
ExecStart=%h/git/audio/snapcast/bin/snapclient
ExecStop=killall -q snapclient