sway: Update some personal preferences
This commit is contained in:
parent
f4978c0fea
commit
1e325ab95e
3 changed files with 7 additions and 2 deletions
|
@ -15,7 +15,9 @@ assign [app_id="^teamspeak"] $wsF6
|
|||
assign [app_id="^thunderbird$"] $wsF1
|
||||
assign [app_id="^virt-manager$"] $ws1
|
||||
|
||||
assign [class="^TeamSpeak 3$"] $wsF6
|
||||
assign [class="^discord$"] $wsF7
|
||||
assign [class="^Signal$"] $wsF3
|
||||
assign [class="^TeamSpeak"] $wsF6
|
||||
|
||||
# ============================= #
|
||||
# Assign workspaces to displays #
|
||||
|
@ -24,6 +26,7 @@ assign [class="^TeamSpeak 3$"] $wsF6
|
|||
workspace $ws1 output $disp1
|
||||
workspace $ws2 output $disp2
|
||||
workspace $ws3 output $disp3
|
||||
workspace $ws4 output $disp3
|
||||
workspace $wsF1 output $disp1
|
||||
workspace $wsF2 output $disp1
|
||||
workspace $wsF3 output $disp1
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
gaps inner 10
|
||||
gaps outer 0
|
||||
|
||||
default_border pixel 3
|
||||
default_border pixel 5
|
||||
|
||||
# Disable 'focus on hover'
|
||||
focus_follows_mouse no
|
||||
|
|
|
@ -9,6 +9,8 @@ exec_always /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
|||
# Make sure the systemd user session gets all envs
|
||||
exec_always "systemctl --user import-environment"
|
||||
|
||||
exec eval $(gnome-keyring-daemon --start)
|
||||
|
||||
# Autostart applets
|
||||
exec nm-applet --indicator
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue