New backup 2025-03-13 00:15:07
This commit is contained in:
parent
a041673513
commit
dc9620fce9
2 changed files with 5 additions and 5 deletions
|
@ -33,7 +33,7 @@ output DP-3 {
|
|||
exec_always 'sleep 1;eww open --screen "CR270CU" widgets'
|
||||
|
||||
set {
|
||||
$primary_display HDMI-A-1
|
||||
$primary_display DP-2
|
||||
$overview_display DP-3
|
||||
}
|
||||
|
||||
|
|
|
@ -16,12 +16,12 @@ bindsym $mod+Backslash exec "sp-profiles Work"
|
|||
# bindsym $mod+Shift+n move container to workspace number n
|
||||
|
||||
# Profile Workspace Setup
|
||||
exec "sp-profiles Personal;swaymsg workspace number "0:";swaymsg gaps left current set 310;swaymsg move workspace to output $overview_display"
|
||||
exec "swaymsg workspace number "0:";swaymsg gaps left current set 310;swaymsg move workspace to output $overview_display;sp-profiles Personal;swaymsg move workspace to output $primary_display"
|
||||
bindsym $mod+grave workspace "0:"
|
||||
bindsym $mod+Shift+grave move container to workspace number "0:"
|
||||
exec "swaymsg 'rename workspace 1 to 1:'"
|
||||
exec "swaymsg 'rename workspace 2 to 2:'"
|
||||
exec "swaymsg 'rename workspace 3 to 3:'"
|
||||
exec "sleep 1;swaymsg 'rename workspace 1 to 1:'"
|
||||
exec "sleep 1;swaymsg 'rename workspace 2 to 2:'"
|
||||
exec "sleep 1;swaymsg 'rename workspace 3 to 3:'"
|
||||
|
||||
# Next Workspace
|
||||
bindgesture swipe:left workspace next
|
||||
|
|
Loading…
Add table
Reference in a new issue