Sanchayan Maity
ec56dcbec0
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.
20 lines
789 B
Text
20 lines
789 B
Text
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/*
|