# set mod key to super ("windows key")
set $mod Mod4
-# start applets
-exec --no-startup-id nm-applet
-exec redshift-gtk
-
-# start compositor
-exec_always picom
-
# drag floating windows with mouse+mod
floating_modifier $mod
inactive_workspace #2f3534d0 #222222d0 #888888d0
urgent_workspace #2f343ac0 #2fd6b5c0 #ffffffc0
binding_mode #2f343ac0 #900000c0 #ffffffc0
- }
+ }
}
-# set keyboard auto-repeat rate
-exec_always xset r rate 300 50
-
# keybinds
bindsym $mod+x exec i3lock -i ~/.config/wall.png -t
bindsym $mod+c exec maim -s ~/capture-$(date +%s).png
client.unfocused #316d9b #316d9b #316d9b #316d9b #316d9b
client.focused_inactive #316d9b #316d9b #316d9b #316d9b #316d9b
client.urgent #2f343a #2f343a #2f343a #2f343a #2f343a
-
-# set wallpaper
-exec xwallpaper --zoom ~/.config/wall.png
-
-# restore last pywal scheme
-exec wal -R
#!/bin/sh
# ~/.config/xinitrc - run on startx
-# set error file
+# error file
ERRFILE="$XDG_CACHE_HOME/X11/xsession-errors"
-# start programs
+# daemons
+picom &
dunst &
+nm-applet &
+redshift-gtk &
+
+# wallpaper
+xwallpaper --zoom ~/.config/wall.png
+
+# pywal theme
+wal -Rn &
+
+# auto-repeat
+xset r rate 300 50
# start i3wm
i3