dotfiles/sway/.config/sway/config
Sanchayan Maity 8206103d7d
Use alacritty as default terminal
Now that alacritty supports undercurls let us switch back to using
it as the default and foot as the back up.
2023-01-19 14:15:13 +05:30

21 lines
789 B
Plaintext

set $mod Mod4
set $prev bracketleft
set $next bracketright
set $term alacritty
set $alt_term foot
set $menu fuzzel
set $screenshot grim ~/Pictures/screenshots/scrn-$(date +"%Y-%m-%d-%H-%M-%S").png
set $screenclip slurp | grim -g - ~/Pictures/screenshots/scrn-$(date +"%Y-%m-%d-%H-%M-%S").png
set $lock swaylock
set $color_urgent #cc241d
set $color_focus #458588
set $color_bg #282828
client.focused $color_focus $color_focus $color_bg $color_focus $color_focus
client.focused_inactive $color_bg $color_bg $color_focus $color_bg $color_bg
client.unfocused $color_bg $color_bg $color_focus $color_bg $color_bg
client.urgent $color_urgent $color_urgent $color_bg $color_urgent $color_urgent
include ~/.config/sway/config.d/*