dotfiles/sway/.config/sway/config

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
789 B
Plaintext
Raw Permalink Normal View History

2020-11-12 13:35:04 +01:00
set $mod Mod4
set $prev bracketleft
set $next bracketright
set $term alacritty
set $alt_term foot
set $menu fuzzel
2020-11-12 13:35:04 +01:00
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
2020-11-13 15:46:06 +01:00
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
2022-10-04 14:47:44 +02:00
include ~/.config/sway/config.d/*