You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
604 B

4 years ago
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl set 5%+
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 5%-
# default i3bar config
bar {
status_command i3blocks
tray_output primary
position top
colors {
background #000000
statusline #00A5FF
separator $666666
}
}
4 years ago
# make annoying teams toaster float
for_window [class="Microsoft Teams - Preview" title="Microsoft Teams Notification"] floating enable
4 years ago
exec --no-startup-id parcellite
3 years ago
exec --no-startup-id xautolock -time 10 -locker "$Locker"