chore: update dotfiles so i3 qt themes actually work
This commit is contained in:
parent
24b9a8a354
commit
6f8edd7d4f
|
@ -29,6 +29,10 @@ exec_always --no-startup-id picom -b --config $HOME/.config/picom/picom.conf
|
|||
# screen before suspend. Use loginctl lock-session to lock your screen.
|
||||
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
|
||||
|
||||
|
||||
# Source i3 env variables
|
||||
exec_always --no-startup-id source $HOME/.config/i3/env
|
||||
|
||||
# NetworkManager is the most popular way to manage wireless networks on Linux,
|
||||
# and nm-applet is a desktop environment-independent system tray GUI for it.
|
||||
exec --no-startup-id nm-applet
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [[ "$DESKTOP_SESSION" == "i3" ]]; then
|
||||
export QT_QPA_PLATFORMTHEME="qt5ct"
|
||||
fi
|
Loading…
Reference in New Issue