summaryrefslogtreecommitdiff
path: root/.config/sway/config
blob: 01a6f4a1f6af7cb392a7c81fc529ff0aaad0fa1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
set {
	$super Mod4
	$term foot
	$menu rofi -show drun -show-icons
}
font pango:JetBrainsMono NF 9

output * bg ~/.config/wallpaper.png fill

input {
	1240:60205:liliums_Lily58 {
		xkb_layout us
		xkb_options compose:ralt
	}

	1:1:AT_Translated_Set_2_keyboard {
		xkb_layout br
		xkb_options caps:swapescape
	}

	type:touchpad {
		tap enabled
		drag enabled
	}
}

include "~/.config/sway/config.d/*"

exec dbus-update-activation-environment --all