forked from brl/citadel
Fixed some typos and removed a bad line from Sway config file.
This commit is contained in:
parent
6301a733dd
commit
a233bdaff0
@ -72,9 +72,9 @@ bindsym $mod+Shift+d exec $sgmenu
|
|||||||
bindsym $mod+9 exec $lockscreen
|
bindsym $mod+9 exec $lockscreen
|
||||||
|
|
||||||
# volume
|
# volume
|
||||||
bindsym X86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||||
bindsym X86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%
|
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||||
bindsym X86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||||
|
|
||||||
# Drag floating windows by holding down $mod and left mouse button.
|
# Drag floating windows by holding down $mod and left mouse button.
|
||||||
# Resize them with right mouse button + $mod.
|
# Resize them with right mouse button + $mod.
|
||||||
@ -210,7 +210,7 @@ bindsym $mod+r mode "resize"
|
|||||||
# Borders:
|
# Borders:
|
||||||
#
|
#
|
||||||
default_border pixel 1
|
default_border pixel 1
|
||||||
default_floating_boarder normal
|
default_floating_border normal
|
||||||
|
|
||||||
#
|
#
|
||||||
# Gaps:
|
# Gaps:
|
||||||
@ -222,7 +222,6 @@ smart_gaps on
|
|||||||
#
|
#
|
||||||
# Startup Commands:
|
# Startup Commands:
|
||||||
#
|
#
|
||||||
systemctl --user restart pulseaudio.service
|
|
||||||
exec /usr/bin/start-pulseaudio-x11
|
exec /usr/bin/start-pulseaudio-x11
|
||||||
exec /usr/libexec/gsd-power
|
exec /usr/libexec/gsd-power
|
||||||
exec /usr/libexec/gsd-sound
|
exec /usr/libexec/gsd-sound
|
||||||
|
Loading…
Reference in New Issue
Block a user