Minor cleanup in sway cfg

This commit is contained in:
Salt 2024-02-15 02:37:44 -06:00
parent 6d86feaa76
commit 44ae7b5736
2 changed files with 2 additions and 9 deletions

View File

@ -182,12 +182,6 @@ bindsym $mod+$shift+8 move container to workspace $w8
bindsym $mod+$shift+9 move container to workspace $w9 bindsym $mod+$shift+9 move container to workspace $w9
bindsym $mod+$shift+0 move container to workspace $w10 bindsym $mod+$shift+0 move container to workspace $w10
## BARS
# Main bar
#bar {
# swaybar_command waybar
#}
## INPUTS ## INPUTS
# Mice # Mice
input "type:pointer" { input "type:pointer" {
@ -205,13 +199,10 @@ input "type:keyboard" {
xkb_capslock disabled xkb_capslock disabled
xkb_numlock enabled xkb_numlock enabled
} }
# Misc
## OUTPUTS ## OUTPUTS
# Wallpaper # Wallpaper
output * bg ~/Pictures/Wallpapers/.current fill output * bg ~/Pictures/Wallpapers/.current fill
# Laptop display
output eDP-1 scale 1.5
## MODES ## MODES
# Resize # Resize

View File

@ -1 +1,3 @@
# vim: set ft=swayconfig: # vim: set ft=swayconfig:
#output * bg ~/Pictures/Wallpapers/.current fill
output eDP-1 scale 1.5