mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2026-09-05 10:49:17 +00:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fe212c0a92 |
@@ -1 +0,0 @@
|
||||
AquaAI/qwen3.5:4b
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -30,6 +30,7 @@ animations {
|
||||
}
|
||||
|
||||
dwindle {
|
||||
pseudotile = yes
|
||||
preserve_split = yes
|
||||
force_split = 2
|
||||
}
|
||||
@@ -39,3 +40,4 @@ master {
|
||||
}
|
||||
|
||||
gesture = 3, horizontal, workspace
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user