diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2020-11-30 19:11:03 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2020-11-30 21:33:22 +0300 |
commit | 4516b146acaf1692488a9e9d795e5c07092f867a (patch) | |
tree | 2b4be1711d2cb323f5d9f6e134cab3574bcd3f9f /dotfiles/.config/sway/config | |
parent | 516ad4df7a0bd72ffa5fa46bf85d93a2a87d4e53 (diff) | |
download | swayrice-4516b146acaf1692488a9e9d795e5c07092f867a.tar.gz swayrice-4516b146acaf1692488a9e9d795e5c07092f867a.zip |
Colorschemes, terminal emulator config
* Easy way to change color scheme from dark to light on the fly
* Sound alert for bell in alacritty
Diffstat (limited to 'dotfiles/.config/sway/config')
-rw-r--r-- | dotfiles/.config/sway/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 2485be3..fbdad45 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -183,6 +183,7 @@ bindsym --to-code { $mod+F2 exec menumako $mod+F3 exec menudisplay $mod+F4 exec menublk + $mod+F10 exec chcolors $mod+F12 exec menutz $mod+r exec $term -t "ranger" -e ranger $mod+t exec --no-startup-id toggletorrent |