2023-06-02 12:21:33 +01:00
|
|
|
### 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
|
|
|
|
|
2023-06-04 09:38:51 +01:00
|
|
|
bindsym Mod1+F6 exec brightnessctl s 5%-
|
|
|
|
bindsym Mod1+F7 exec brightnessctl s 5%+
|
2023-06-02 12:21:33 +01:00
|
|
|
|
|
|
|
|
|
|
|
gaps inner 5
|
2023-06-04 09:38:51 +01:00
|
|
|
gaps outer 20
|
2023-06-02 12:21:33 +01:00
|
|
|
default_border pixel 2
|
|
|
|
|
|
|
|
### Input configuration
|
|
|
|
input * {
|
|
|
|
xkb_layout gb
|
|
|
|
}
|
|
|
|
|
|
|
|
for_window [app_id="pavucontrol"] floating enable
|
|
|
|
|
|
|
|
exec dunst
|
2023-06-04 09:38:51 +01:00
|
|
|
# exec hyprpaper
|
|
|
|
exec waybar
|
|
|
|
# exec eww daemon
|
2023-06-02 12:21:33 +01:00
|
|
|
|
|
|
|
# vim: ft=i3config
|