mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-08-19 22:59:27 +02:00
added playercontrol keys; switched to volumectl; reformat
This commit is contained in:
@@ -11,13 +11,13 @@ exec_always --no-startup-id "xmodmap ~/.Xmodmap"
|
||||
# display
|
||||
exec --no-startup-id "nvidia-settings --load-config-only"
|
||||
exec --no-startup-id picom
|
||||
exec --no-startup-id zsh ~/.screenlayout/layout_2mon.sh
|
||||
#exec --no-startup-id zsh ~/.screenlayout/layout_2mon.sh
|
||||
exec --no-startup-id zsh ~/.config/polybar/launch_polybar.sh
|
||||
exec --no-startup-id "nitrogen --restore"
|
||||
exec --no-startup-id "unclutter --timeout 5 --jitter 5 --ignore-scrolling"
|
||||
|
||||
# audio
|
||||
exec --no-startup-id zsh ~/Userdata/Scripts/restart_pulseaudio_1s.sh
|
||||
exec --no-startup-id zsh ~/Userdata/Scripts/Launchers/restart_pulseaudio_1s.sh
|
||||
exec --no-startup-id zsh -c "pactl unload-module module-role-cork"
|
||||
|
||||
# extra
|
||||
@@ -84,20 +84,26 @@ bindsym $mod+Tab exec --no-startup-id "rofi -show window -show-icons -icon-theme
|
||||
################################################################################################
|
||||
# Music
|
||||
|
||||
# Pulseaudio control panel
|
||||
|
||||
bindsym $mod+Shift+w exec --no-startup-id pavucontrol
|
||||
|
||||
# Volume control
|
||||
|
||||
bindsym XF86AudioMute exec "volumectl toggle"
|
||||
bindsym XF86AudioLowerVolume exec "volumectl down"
|
||||
bindsym XF86AudioRaiseVolume exec "volumectl up"
|
||||
|
||||
# Player control
|
||||
|
||||
bindsym XF86AudioPlay exec "playerctl play-pause"
|
||||
bindsym XF86AudioNext exec "playerctl next"
|
||||
bindsym XF86AudioPrev exec "playerctl previous"
|
||||
|
||||
bindsym $mod+slash exec --no-startup-id "playerctl play-pause"
|
||||
bindsym $mod+period exec --no-startup-id "playerctl next"
|
||||
bindsym $mod+comma exec --no-startup-id "playerctl previous"
|
||||
|
||||
exec --no-startup-id pulseaudio
|
||||
#exec --no-startup-id pa-applet
|
||||
bindsym $mod+Shift+w exec --no-startup-id pavucontrol
|
||||
|
||||
# Pulse Audio controls
|
||||
# run amixer sset Master on
|
||||
bindsym XF86AudioMute exec "amixer sset 'Master' toggle;"
|
||||
bindsym XF86AudioLowerVolume exec "amixer sset 'Master' 5%-;"
|
||||
bindsym XF86AudioRaiseVolume exec "amixer sset 'Master' 5%+;"
|
||||
|
||||
|
||||
################################################################################################
|
||||
# Screen
|
||||
|
||||
Reference in New Issue
Block a user