More fun with sway
This commit is contained in:
parent
32c46f2f8d
commit
4b967c6dd2
@ -131,6 +131,10 @@ mode "resize" {
|
|||||||
bindsym $mod+r mode "resize"
|
bindsym $mod+r mode "resize"
|
||||||
## }} END defaults from /etc/sway/config
|
## }} END defaults from /etc/sway/config
|
||||||
|
|
||||||
|
font pango:Comic Code Bold 12
|
||||||
|
|
||||||
|
xwayland enable
|
||||||
|
|
||||||
set $term alacritty
|
set $term alacritty
|
||||||
|
|
||||||
exec swayidle -w \
|
exec swayidle -w \
|
||||||
@ -152,6 +156,14 @@ input "type:touchpad" {
|
|||||||
bindsym --locked Xf86MonBrightnessDown exec brightnessctl set 5%-
|
bindsym --locked Xf86MonBrightnessDown exec brightnessctl set 5%-
|
||||||
bindsym --locked Xf86MonBrightnessUp exec brightnessctl set 5%+
|
bindsym --locked Xf86MonBrightnessUp exec brightnessctl set 5%+
|
||||||
|
|
||||||
|
bindsym --locked XF86AudioMicMute exec pactl set-source-mute 1 toggle
|
||||||
|
bindsym --locked XF86AudioLowerVolume exec pactl set-sink-volume 0 -1000
|
||||||
|
bindsym --locked XF86AudioRaiseVolume exec pactl set-sink-volume 0 +1000
|
||||||
|
bindsym --locked XF86AudioMute exec pactl set-sink-mute 0 toggle
|
||||||
|
|
||||||
|
bindsym Print exec grim -g "$(slurp)" - | swappy -f -
|
||||||
|
bindsym $mod+Print exec grim - | swappy -f -
|
||||||
|
|
||||||
bar {
|
bar {
|
||||||
position bottom
|
position bottom
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user