mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
[sway/config] remove unused shortcuts & fix collision with keyboard switch
This commit is contained in:
parent
4e5cdffaf7
commit
0d1028fa79
1 changed files with 1 additions and 10 deletions
11
sway/config
11
sway/config
|
@ -25,7 +25,6 @@ output * bg #0C0C0D solid_color
|
||||||
#output * bg wallpaper.png fit
|
#output * bg wallpaper.png fit
|
||||||
|
|
||||||
# startup programs
|
# startup programs
|
||||||
exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
|
||||||
exec gnome-keyring-daemon --start --components secrets
|
exec gnome-keyring-daemon --start --components secrets
|
||||||
exec swayidle -w \
|
exec swayidle -w \
|
||||||
timeout 285 'notify-send -a lockscreen -c lock-warn -u critical -t 14900 -i system-lock-screen "Locking Screen" "Will Lock Screen in 15s"' \
|
timeout 285 'notify-send -a lockscreen -c lock-warn -u critical -t 14900 -i system-lock-screen "Locking Screen" "Will Lock Screen in 15s"' \
|
||||||
|
@ -38,7 +37,6 @@ exec syncthing -no-browser
|
||||||
#exec nm-applet --indicator
|
#exec nm-applet --indicator
|
||||||
exec blueman-applet
|
exec blueman-applet
|
||||||
exec telegram-desktop -startintray
|
exec telegram-desktop -startintray
|
||||||
exec /usr/lib/geoclue-2.0/demos/agent
|
|
||||||
exec gammastep-indicator
|
exec gammastep-indicator
|
||||||
exec nextcloud --background
|
exec nextcloud --background
|
||||||
exec com.gitlab.newsflash
|
exec com.gitlab.newsflash
|
||||||
|
@ -184,16 +182,9 @@ bindsym $mod+g fullscreen global
|
||||||
# change layouts
|
# change layouts
|
||||||
bindsym $mod+b split h
|
bindsym $mod+b split h
|
||||||
bindsym $mod+v split v
|
bindsym $mod+v split v
|
||||||
bindsym $mod+c layout toggle split
|
|
||||||
#bindsym $mod+z layout stacking
|
|
||||||
#bindsym $mod+t layout tabbed
|
|
||||||
|
|
||||||
# toggle tiling / floating
|
# toggle tiling / floating
|
||||||
bindsym $mod+Shift+space floating toggle
|
bindsym $mod+BackSpace floating toggle
|
||||||
# focus the child container
|
|
||||||
bindsym $mod+s focus child
|
|
||||||
# focus the parent container
|
|
||||||
bindsym $mod+a focus parent
|
|
||||||
|
|
||||||
bindsym Alt+Left move workspace to output left
|
bindsym Alt+Left move workspace to output left
|
||||||
bindsym Alt+Right move workspace to output right
|
bindsym Alt+Right move workspace to output right
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue