config backup
This commit is contained in:
@@ -11,5 +11,9 @@ cp -r ~/.config/spotifyd configs/spotifyd/
|
||||
cp -r ~/.config/spotify-tui configs/spotify-tui/
|
||||
cp -r ~/.config/mako configs/mako/
|
||||
|
||||
cp -r ~/.oh_my_zsh zsh_config/.oh_my_zsh
|
||||
cp -r ~/.zshrc zsh_config/.zshrc
|
||||
|
||||
|
||||
git add .
|
||||
git commit -m "config backup"
|
||||
|
||||
@@ -22,6 +22,7 @@ exec waybar
|
||||
exec udiskie --tray --appindicator
|
||||
exec mkfifo /tmp/wob && tail -f /tmp/wob | wob
|
||||
exec nm-applet --indicator
|
||||
exec blueman-tray
|
||||
|
||||
font iosevka
|
||||
|
||||
@@ -38,7 +39,7 @@ client.urgent #D80000 #D80000 #ffffff #2b2b2b
|
||||
output * bg background/arch.png fill
|
||||
|
||||
### Idle configuration
|
||||
exec swayidle timeout 300 '$lock' timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -f -c 000000'
|
||||
exec swayidle timeout 600 '$lock' timeout 1200 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -f -c 000000'
|
||||
|
||||
### Input configuration
|
||||
input "2:14:ETPS/2_Elantech_Touchpad" {
|
||||
|
||||
Reference in New Issue
Block a user