mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
Signal startup
This commit is contained in:
parent
0e5fd8a923
commit
1aa1fd18f5
@ -43,6 +43,7 @@ for_window [class="com.bitwig.BitwigStudio"] move to workspace $wsBitwig
|
||||
exec mako
|
||||
|
||||
# Startup Programs
|
||||
exec "swaymsg 'workspace $wsSignal; exec flatpak run org.signal.Signal'"
|
||||
exec "swaymsg 'workspace $ws2; exec alacritty'"
|
||||
exec "swaymsg 'workspace $ws1; exec firefox'"
|
||||
|
||||
|
@ -98,6 +98,7 @@ set $wsResolve "11"
|
||||
set $wsReaper "12"
|
||||
set $wsBitwig "13"
|
||||
set $wsGames "14"
|
||||
set $wsSignal "15"
|
||||
|
||||
# switch to workspace
|
||||
bindsym $mod+1 workspace $ws1
|
||||
@ -232,5 +233,8 @@ for_window [class="^Bitwig Studio$" title="^Bitwig Studio"] exec python ~/.confi
|
||||
for_window [class="^Bitwig Studio$" title="^Bitwig Studio"] exec sh ~/.config/scripts/audio/aquamix.sh -d
|
||||
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
|
||||
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user