# vim: ft=i3config fdm=marker output * scale 1 output * max_render_time 1 output * adaptive_sync on exec light -S 80 exec dbus-update-activation-environment --all exec once oguri exec once kanshi exec once waybar exec once gammastep exec once pipewire exec once mako exec once swayidle -w \ timeout 540 'lock' \ timeout 800 'swaymsg output \* dpms off' \ resume 'swaymsg output \* dpms on' \ before-sleep 'lock' \ lock 'lock' # for_window [app_id=Alacritty] max_render_time 2 # for_window [app_id=firefox] max_render_time 3 # seat * hide_cursor 2000 set $laptop eDP-1 set $desk "Dell Inc. DELL U2518D 3C4YP87AAK3L" set $mod Mod4 set $alt Mod1 set $left h set $down j set $up k set $right l set $term alacritty set $floating_term $term --config-file $HOME/.config/alacritty/launcher.yml --class '__floating-Alacritty' # set $term foot # set $floating_term $term --app-id '__floating-term' set $menu menu -drun # set $menu wofi -k /dev/null --terminal $term --show drun set $run_menu menu -run set $firefox nightly # workspaces {{{ set $ws1 1 set $ws2 2 set $ws3 3 set $ws4 4 set $ws5 5 set $ws6 6 set $ws7 7 set $ws8 8 set $ws9 9 set $ws0 0 set $wsMusic m set $wsVideo v set $wsGame g # }}} # gaps inner 5 show_marks yes floating_maximum_size 0 x 0 floating_minimum_size 75 x 50 include input.conf include binds.conf include auto.conf # style {{{ font pango:Iosevka Aile 12 set $bpix 3 set $fat_bpix 5 default_border pixel $bpix default_floating_border pixel $fat_bpix set $text #fffffb set $text2 #bdc0ba set $bg #1C1C1C set $bg2 #292929 set $main #4e4371 set $main2 #2e2843 set $urgent #9f353a set $urgent2 #662225 # set $indicator $bg # set $indicator2 $bg set $indicator_focused $bg2 set $indicator_unfocused $bg client.focused $main $main2 $text $indicator_focused $main client.focused_inactive $bg $bg $text2 $indicator_unfocused $bg client.unfocused $bg2 $bg $text2 $indicator_unfocused $bg client.urgent $urgent2 $urgent $text $indicator_focused $urgent # }}} # include config.d/* # include "`uname -n`"