Compare commits

...

2 Commits

  1. 21
      sway/.config/sway/config
  2. 45
      sway/.config/sway/hosts/codered/config

21
sway/.config/sway/config

@ -94,6 +94,16 @@ bindsym $mod+7 workspace number 7 @@ -94,6 +94,16 @@ bindsym $mod+7 workspace number 7
bindsym $mod+8 workspace number 8
bindsym $mod+9 workspace number 9
bindsym $mod+0 workspace number 10
bindsym $mod+Alt+1 workspace number 11
bindsym $mod+Alt+2 workspace number 12
bindsym $mod+Alt+3 workspace number 13
bindsym $mod+Alt+4 workspace number 14
bindsym $mod+Alt+5 workspace number 15
bindsym $mod+Alt+6 workspace number 16
bindsym $mod+Alt+7 workspace number 17
bindsym $mod+Alt+8 workspace number 18
bindsym $mod+Alt+9 workspace number 19
bindsym $mod+Alt+0 workspace number 20
bindsym $mod+Shift+1 move container to workspace number 1
bindsym $mod+Shift+2 move container to workspace number 2
@ -105,6 +115,16 @@ bindsym $mod+Shift+7 move container to workspace number 7 @@ -105,6 +115,16 @@ bindsym $mod+Shift+7 move container to workspace number 7
bindsym $mod+Shift+8 move container to workspace number 8
bindsym $mod+Shift+9 move container to workspace number 9
bindsym $mod+Shift+0 move container to workspace number 10
bindsym $mod+Shift+Alt+1 move container to workspace number 11
bindsym $mod+Shift+Alt+2 move container to workspace number 12
bindsym $mod+Shift+Alt+3 move container to workspace number 13
bindsym $mod+Shift+Alt+4 move container to workspace number 14
bindsym $mod+Shift+Alt+5 move container to workspace number 15
bindsym $mod+Shift+Alt+6 move container to workspace number 16
bindsym $mod+Shift+Alt+7 move container to workspace number 17
bindsym $mod+Shift+Alt+8 move container to workspace number 18
bindsym $mod+Shift+Alt+9 move container to workspace number 19
bindsym $mod+Shift+Alt+0 move container to workspace number 20
# Layout stuff:
@ -178,3 +198,4 @@ for_window [app_id="tridactyl_editor"] floating enable @@ -178,3 +198,4 @@ for_window [app_id="tridactyl_editor"] floating enable
include hosts/$(hostname)/*
exec_always notify-send "ANNA MU SWAY!" "config loaded"

45
sway/.config/sway/hosts/codered/config

@ -1,7 +1,44 @@ @@ -1,7 +1,44 @@
# vim: filetype=swayconfig
output "Goldstar Company Ltd 27GL850 912NTZN7A301" pos 1200 0 adaptive_sync on
output "Dell Inc. DELL U2410 F525M0536JWL" pos 0 0 transform 270
output "Samsung Electric Company SyncMaster H9XS901412" pos 3760 0 transform 270
output "Goldstar Company Ltd LG ULTRAWIDE 0x0000955E" pos 1200 1440
set $display1 "Goldstar Company Ltd 27GL850 912NTZN7A301"
set $display2 "Dell Inc. DELL U2410 F525M0536JWL"
set $display3 "Samsung Electric Company SyncMaster H9XS901412"
set $display4 "Goldstar Company Ltd LG ULTRAWIDE 0x0000955E"
output $display1 pos 1200 0 adaptive_sync on
output $display2 pos 0 0 transform 270
output $display3 pos 3760 0 transform 270
output $display4 pos 1200 1440
workspace 1 output $display1
workspace 2 output $display2
workspace 3 output $display3
workspace 4 output $display4
workspace 5 output $display1
workspace 6 output $display1
workspace 7 output $display1
workspace 8 output $display1
workspace 9 output $display2
workspace 10 output $display2
assign [title="con_overlap"] 4
assign [title="con_htop"] 4
assign [app_id="org.kde.quassel"] 4
assign [app_id="telegramdesktop"] 3
assign [app_id="audacious"] 10
assign [app_id="org.rncbc.qpwgraph"] 10
assign [app_id="thunderbird"] 10
assign [class="com.bitwig.BitwigStudio"] 7
exec $term --title con_overlap
exec $term --title con_htop -e htop
exec quasselclient
exec telegram-desktop
exec audacious
exec qpwgraph
exec thunderbird
exec sleep 2 && bitwig-studio Bitwig\ Studio/Projects/desktop/desktop.bwproject
exec $term

Loading…
Cancel
Save