dotfiles/sway/.config/sway/config

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/*