New backup 2025-03-14 14:30:06

This commit is contained in:
Penelope Gwen 2025-03-14 14:30:06 -07:00
parent 549d10d683
commit dc438c663d
2 changed files with 6 additions and 1 deletions
de/home/.config/sway/config.d

View file

@ -49,3 +49,5 @@ for_window {
assign [app_id="org.kde.tokodon"] workspace number 0 assign [app_id="org.kde.tokodon"] workspace number 0
assign [class="RSS.Guard"] workspace number 0 assign [class="RSS.Guard"] workspace number 0
scratchpad_minimize true

View file

@ -16,7 +16,8 @@ bindsym $mod+Backslash exec "sp-profiles Work"
# bindsym $mod+Shift+n move container to workspace number n # bindsym $mod+Shift+n move container to workspace number n
# Profile Workspace Setup # Profile Workspace Setup
exec_always 'swaymsg workspace number "0:"', exec_always 'swaymsg gaps left current set 310', exec_always 'swaymsg move workspace to output $overview_display', exec_always 'notify-send "hello"' # exec_always 'swaymsg workspace number "0:"'; exec_always 'swaymsg gaps left current set 310'; exec_always 'swaymsg move workspace to output $overview_display'; exec_always 'notify-send "hello"'
workspace "0:" gaps left 310
# exec_always "sp-profiles Personal; swaymsg move workspace to output $primary_display"; # exec_always "sp-profiles Personal; swaymsg move workspace to output $primary_display";
# exec_always 'notify-send "hello"' # exec_always 'notify-send "hello"'
@ -38,3 +39,5 @@ bindsym $mod+Backslash exec "sp-profiles Work"
bindgesture swipe:up exec "sp-profiles next" bindgesture swipe:up exec "sp-profiles next"
# Prev Profile # Prev Profile
bindgesture swipe:down exec "sp-profiles prev" bindgesture swipe:down exec "sp-profiles prev"
workspace_auto_back_and_forth yes