mirror of
https://github.com/mitchell/dotfiles.git
synced 2026-08-31 14:49:37 +00:00
chore(fish/sway): improve ssh-agent setup and auto-center on float
This commit is contained in:
parent
4a308d2d90
commit
2fda7c2621
3 changed files with 3 additions and 4 deletions
|
|
@ -172,7 +172,7 @@ input type:pointer {
|
|||
bindsym $mod+f fullscreen
|
||||
|
||||
# Toggle the current focus between tiling and floating mode
|
||||
bindsym $mod+Shift+space floating toggle
|
||||
bindsym $mod+Shift+space floating toggle; move position center
|
||||
|
||||
# Swap focus between the tiling area and the floating area
|
||||
bindsym $mod+Mod1+space focus mode_toggle
|
||||
|
|
@ -244,7 +244,6 @@ bindsym $mod+r mode "resize"
|
|||
|
||||
include /etc/sway/config.d/*
|
||||
|
||||
exec systemctl --user start ssh-agent.service
|
||||
exec noctalia
|
||||
|
||||
include ~/.config/sway/noctalia
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue