wip
This commit is contained in:
parent
19b0c3e3be
commit
0168c5cefb
@ -123,7 +123,7 @@ bindsym --to-code {
|
||||
$mod+v exec wtype -P XF86Paste
|
||||
# media
|
||||
XF86MonBrightnessDown exec ~/.local/bin/sway/brightness-set-and-notify.sh 5%-
|
||||
XF86MonBrightnessUp exec ~/.local/bin/sway/brightness-set-and-notify.sh 5%
|
||||
XF86MonBrightnessUp exec ~/.local/bin/sway/brightness-set-and-notify.sh 5%+
|
||||
XF86AudioMute exec pactl set-sink-mute \@DEFAULT_SINK@ toggle && pkill -SIGRTMIN+2 i3blocks
|
||||
XF86AudioLowerVolume exec pactl set-sink-volume \@DEFAULT_SINK@ -5% && pkill -SIGRTMIN+2 i3blocks
|
||||
XF86AudioRaiseVolume exec pactl set-sink-volume \@DEFAULT_SINK@ +5% && pkill -SIGRTMIN+2 i3blocks
|
||||
|
2
arch-user/config/user.template.conf
Normal file
2
arch-user/config/user.template.conf
Normal file
@ -0,0 +1,2 @@
|
||||
GIT_USER_EMAIL=
|
||||
GIT_USER_NAME=
|
@ -45,7 +45,8 @@ gomplate --input-dir config \
|
||||
--output-map "$HOME/.config/{{ .in | strings.ReplaceAll \".tmpl\" \"\" }}" \
|
||||
--exclude-processing "!*.tmpl" \
|
||||
--plugin jq=/bin/jq \
|
||||
-c theme=config/theme.json
|
||||
-c theme=config/theme.json \
|
||||
-c user="$HOME/.workspace.conf"
|
||||
|
||||
ln -sf ~/.config/bash/bashrc ~/.bashrc
|
||||
ln -sf ~/.config/profile ~/.profile
|
||||
|
Loading…
Reference in New Issue
Block a user