nixos/home/Northstar/sway/config

30 lines
556 B
Plaintext
Raw Normal View History

### Output configuration
output DSI-1 scale 2.0 transform 270
input type:touch map_to_output DSI-1
input type:touchpad click_method clickfinger
# this is for Lenovo's USI pen
input 10182:3632:hid-over-i2c_27C6:0E30 map_to_output DSI-1
bindsym Mod1+F6 exec brightnessctl s 5%-
bindsym Mod1+F7 exec brightnessctl s 5%+
gaps inner 5
gaps outer 20
default_border pixel 2
### Input configuration
input * {
xkb_layout gb
}
for_window [app_id="pavucontrol"] floating enable
exec dunst
# exec hyprpaper
exec waybar
# exec eww daemon
# vim: ft=i3config