[+] update sway
1. add $mod + m to toggle light/dark mode;
This commit is contained in:
parent
8a7de59e73
commit
e8760c05f9
4
Makefile
4
Makefile
@ -116,6 +116,10 @@ dotfiles_put_platform:
|
|||||||
sudo udevadm control --reload
|
sudo udevadm control --reload
|
||||||
sudo systemctl daemon-reload
|
sudo systemctl daemon-reload
|
||||||
|
|
||||||
|
dotfiles_sway_put:
|
||||||
|
mkdir -p ~/.sway
|
||||||
|
cp dotfiles/.sway/config ~/.sway/config
|
||||||
|
|
||||||
dotfiles_fetch:
|
dotfiles_fetch:
|
||||||
commands install -f -p ~ -s ~/.config/katerc -t dotfiles
|
commands install -f -p ~ -s ~/.config/katerc -t dotfiles
|
||||||
commands install -f -p ~ -s ~/.mime.types -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 XF86AudioNext exec zsh -c "commands media-next"
|
||||||
bindsym --locked XF86AudioPrev exec zsh -c "commands media-prev"
|
bindsym --locked XF86AudioPrev exec zsh -c "commands media-prev"
|
||||||
|
|
||||||
|
bindsym $mod+m exec zsh -c "commands color_scheme toggle"
|
||||||
|
|
||||||
|
|
||||||
# Start a terminal
|
# Start a terminal
|
||||||
bindsym $mod+t exec $term
|
bindsym $mod+t exec $term
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user