dotfiles/sway/.config/sway/config
Sanchayan Maity ec56dcbec0
Revert "Use alacritty as default terminal"
This reverts commit 8206103d7d.

alacritty master seems to be broken with specifying shell args or
at least seems like it. Starting tmux with alacritty master does
not show any typed characters or cursor.
2023-04-08 16:47:45 +05:30

21 lines
789 B
Plaintext

set $mod Mod4
set $prev bracketleft
set $next bracketright
set $term foot
set $alt_term alacritty
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/*