More cleanup and adding more workspace assignments
This commit is contained in:
parent
ae38216dee
commit
3a614f76e7
4 changed files with 11 additions and 11 deletions
6
config/sway/config.d/03-workspaces
Normal file
6
config/sway/config.d/03-workspaces
Normal file
|
@ -0,0 +1,6 @@
|
|||
workspace 1 output DP-3
|
||||
workspace 2 output DP-3
|
||||
workspace 3 output HDMI-A-1
|
||||
workspace 4 output HDMI-A-1
|
||||
workspace Mail output HDMI-A-1
|
||||
workspace OBS output HDMI-A-1
|
5
config/sway/config.d/app_assignment
Normal file
5
config/sway/config.d/app_assignment
Normal file
|
@ -0,0 +1,5 @@
|
|||
assign [title="Steam"] 2
|
||||
assign [title="Discord"] 3
|
||||
assign [class="com.wurmonline.client.launcherfx.WurmMain"] Wurm Online
|
||||
assign [app_id="thunderbird"] Mail
|
||||
assign [app_id="com.obsproject.Studio"] OBS
|
|
@ -1,12 +1,6 @@
|
|||
# Start audio
|
||||
exec gentoo-pipewire-launcher restart &
|
||||
|
||||
# Assign workspaces to monitors
|
||||
workspace 1 output DP-3
|
||||
workspace 2 output DP-3
|
||||
workspace 3 output HDMI-A-1
|
||||
workspace 4 output HDMI-A-1
|
||||
|
||||
# Run in bg/tray
|
||||
exec keepassxc
|
||||
exec nextcloud
|
||||
|
@ -25,9 +19,5 @@ exec firefox-bin
|
|||
workspace 4
|
||||
exec telegram-desktop
|
||||
|
||||
# Needs to be forced due to launcher loading
|
||||
assign [title="Steam"] 2
|
||||
assign [title="Discord"] 3
|
||||
|
||||
# Focus back to main workspace
|
||||
workspace 1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
assign [class="com.wurmonline.client.launcherfx.WurmMain"] Wurm Online
|
Loading…
Reference in a new issue