[+] update sway

1. add $mod + m to toggle light/dark mode;
This commit is contained in:
Siarhei Siniak 2025-11-01 21:34:41 +03:00
parent 8a7de59e73
commit e8760c05f9
2 changed files with 6 additions and 0 deletions

@ -116,6 +116,10 @@ dotfiles_put_platform:
sudo udevadm control --reload
sudo systemctl daemon-reload
dotfiles_sway_put:
mkdir -p ~/.sway
cp dotfiles/.sway/config ~/.sway/config
dotfiles_fetch:
commands install -f -p ~ -s ~/.config/katerc -t dotfiles
commands install -f -p ~ -s ~/.mime.types -t dotfiles

@ -122,6 +122,8 @@ bindsym --locked XF86AudioMute exec zsh -c "commands media-toggle-volume"
bindsym --locked XF86AudioNext exec zsh -c "commands media-next"
bindsym --locked XF86AudioPrev exec zsh -c "commands media-prev"
bindsym $mod+m exec zsh -c "commands color_scheme toggle"
# Start a terminal
bindsym $mod+t exec $term