This commit is contained in:
jay
2023-06-23 14:35:31 +08:00
parent d15b486a6f
commit 6e285c455c
5 changed files with 48 additions and 8 deletions
+6 -3
View File
@@ -38,9 +38,8 @@ output * bg /home/jay/.config/sway/bg.png fill
# exec_always xdg-desktop-portal -r
# exec_always xdg-desktop-portal-wlr
exec ~/bin/wayland-env.sh
exec --no-startup-id dbus-update-activation-environment --all
exec gentoo-pipewire-launcher &
# exec env XDG_CONFIG_HOME=/home/jay/.config gentoo-pipewire-launcher restart &
# exec --no-startup-id dbus-update-activation-environment --all
exec_always kanshi
exec dex -a -e sway
exec mako
@@ -118,6 +117,10 @@ input type:touchpad {
bindsym XF86AudioLowerVolume exec "pactl set-sink-volume @DEFAULT_SINK@ -10%; pkill -RTMIN+8 waybar"
bindsym XF86AudioMute exec "pactl set-sink-mute @DEFAULT_SINK@ toggle; pkill -RTMIN+8 waybar"
bindsym XF86AudioPlay exec playerctl play-pause
bindsym XF86AudioNext exec playerctl next
bindsym XF86AudioPrev exec playerctl previous
bindsym XF86MonBrightnessUp exec "xbacklight -inc 5"
bindsym XF86MonBrightnessDown exec "xbacklight -dec 5"
#