Update dot_config/i3/config
Update run_once_prepare_arch.sh.tmpl
This commit is contained in:
parent
27deca53d2
commit
b8f7f77364
2 changed files with 7 additions and 3 deletions
|
@ -62,9 +62,13 @@ bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT
|
|||
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -5% && $refresh_i3status
|
||||
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
|
||||
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
|
||||
bindsym XF86AudioPlay exec playerctl play
|
||||
bindsym XF86AudioPause exec playerctl pause
|
||||
bindsym XF86AudioPrev exec playerctl previous
|
||||
bindsym XF86AudioNext exec playerctl next
|
||||
bindsym XF86MonBrightnessUp exec xbacklight -inc 5
|
||||
bindsym XF86MonBrightnessDown exec xbacklight -dec 5
|
||||
|
||||
#bindsym XF86MonBrightnessUp exec xbacklight -inc 10
|
||||
#bindsym XF86MonBrightnessDown exec xbacklight -dec 10
|
||||
#bindsym XF86AudioMute exec amixer -D pulse sset Master toggle -q
|
||||
#bindsym XF86AudioLowerVolume exec amixer -D pulse sset Master 1%- unmute -q
|
||||
#bindsym XF86AudioRaiseVolume exec amixer -D pulse sset Master 1%+ unmute -q
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{{ if eq .chezmoi.osRelease.idLike "arch" }}
|
||||
#!/bin/bash
|
||||
# All requirements for i3
|
||||
sudo pacman -S picom i3-gaps polybar dunst dmenu i3lock bluez-tools tmux feh dex yay xss-lock network-manager-applet --noconfirm
|
||||
sudo pacman -S picom i3-gaps polybar dunst dmenu i3lock bluez-tools tmux feh dex yay xss-lock network-manager-applet playerctl --noconfirm
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue