]> git.friedersdorff.com Git - max/dotfiles.git/blob - sway/.config/sway/config.platinum
7c79c20aa8212ff78ee675d90feef8edac0c91d1
[max/dotfiles.git] / sway / .config / sway / config.platinum
1 # Start i3bar to display a workspace bar (plus the system information i3status
2 # finds out, if available)
3 bar {
4   id bar_left
5   status_command conky-i3bar
6   position top
7   font pango:Liberation Mono 12
8   colors {
9     background $black_super
10     focused_background $black
11     focused_workspace $black_super $yellow_super $black
12     active_workspace $black_super $blue_super $black
13     inactive_workspace $black_super $black_super $white_super
14     urgent_workspace $black $red_super $white
15   }
16 }
17
18 font pango:Liberation Mono 10
19
20 output eDP-1 {
21         scale 2
22         background ~/Pictures/background.png fit
23 }
24
25 input * {
26   xkb_layout gb
27   xkb_variant colemak
28   xkb_options ctrl:nocaps
29 }