Sanchayan Maity
8206103d7d
Now that alacritty supports undercurls let us switch back to using it as the default and foot as the back up.
20 lines
789 B
Text
20 lines
789 B
Text
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/*
|