New backup 2024-04-29 13:00:26
This commit is contained in:
parent
96aeb53b55
commit
7fcc86272e
4 changed files with 9 additions and 8 deletions
|
@ -31,7 +31,7 @@
|
||||||
bindsym $mod+Shift+v exec $HOME/.config/sway/scripts/clipboard
|
bindsym $mod+Shift+v exec $HOME/.config/sway/scripts/clipboard
|
||||||
|
|
||||||
# Profile Shortcuts
|
# Profile Shortcuts
|
||||||
bindsym $mod+shift+o exec $HOME/.config/sway/scripts/shortcuts.sh
|
bindsym $mod+shift+o exec sp-profiles
|
||||||
|
|
||||||
# Global Shortcuts
|
# Global Shortcuts
|
||||||
bindsym $mod+shift+l exec $HOME/.config/sway/scripts/global_shortcuts.sh
|
bindsym $mod+shift+l exec $HOME/.config/sway/scripts/global_shortcuts.sh
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
bindsym $mod+Shift+r exec sp-rename
|
bindsym $mod+Shift+r exec sp-rename
|
||||||
bindsym $mod+p exec "$HOME/.config/sway/scripts/profiles.sh Personal"
|
bindsym $mod+p exec "sp-profiles Personal"
|
||||||
bindsym $mod+Bracketleft exec "$HOME/.config/sway/scripts/profiles.sh Development"
|
bindsym $mod+Bracketleft exec "sp-profiles Development"
|
||||||
bindsym $mod+Bracketright exec "$HOME/.config/sway/scripts/profiles.sh School"
|
bindsym $mod+Bracketright exec "sp-profiles School"
|
||||||
bindsym $mod+Backslash exec "$HOME/.config/sway/scripts/profiles.sh Work"
|
bindsym $mod+Backslash exec "sp-profiles Work"
|
||||||
#set $pn "1"
|
#set $pn "1"
|
||||||
|
|
||||||
# Switch to
|
# Switch to
|
||||||
|
@ -34,7 +34,7 @@ bindsym $mod+Backslash exec "$HOME/.config/sway/scripts/profiles.sh Work"
|
||||||
# bindsym $mod+Shift+9 move container to workspace number 9
|
# bindsym $mod+Shift+9 move container to workspace number 9
|
||||||
# bindsym $mod+Shift+0 move container to workspace number 10
|
# bindsym $mod+Shift+0 move container to workspace number 10
|
||||||
|
|
||||||
exec_always "$HOME/.config/sway/scripts/profiles.sh Personal"
|
exec_always "sp-profiles Personal"
|
||||||
exec "swaymsg 'rename workspace 1 to 1:~'"
|
exec "swaymsg 'rename workspace 1 to 1:~'"
|
||||||
exec "swaymsg 'rename workspace 2 to 2:~'"
|
exec "swaymsg 'rename workspace 2 to 2:~'"
|
||||||
exec "swaymsg 'rename workspace 3 to 3:~'"
|
exec "swaymsg 'rename workspace 3 to 3:~'"
|
||||||
|
@ -52,6 +52,6 @@ bindsym $mod+Backslash exec "$HOME/.config/sway/scripts/profiles.sh Work"
|
||||||
bindsym $mod+Shift+Tab workspace prev
|
bindsym $mod+Shift+Tab workspace prev
|
||||||
|
|
||||||
# Next 'Profile'
|
# Next 'Profile'
|
||||||
bindgesture swipe:up exec "$HOME/.config/sway/scripts/profiles.sh next"
|
bindgesture swipe:up exec "sp-profiles next"
|
||||||
# Prev 'Profile'
|
# Prev 'Profile'
|
||||||
bindgesture swipe:down exec "$HOME/.config/sway/scripts/profiles.sh prev"
|
bindgesture swipe:down exec "sp-profiles prev"
|
||||||
|
|
1
de/home/.config/sway/scripts/old/data/active_profile
Normal file
1
de/home/.config/sway/scripts/old/data/active_profile
Normal file
|
@ -0,0 +1 @@
|
||||||
|
2
|
Loading…
Add table
Reference in a new issue