mirror of
https://github.com/shokinn/.files.git
synced 2025-01-18 21:22:25 +00:00
18 lines
463 B
Bash
Executable file
18 lines
463 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# {{@@ env['dotdrop_warning'] @@}}
|
|
#
|
|
|
|
# User Xdefaults
|
|
#if [ -f $HOME/.Xdefaults ]; then
|
|
# xrdb -merge -I$HOME ~/.Xresources
|
|
#fi
|
|
|
|
# Start gnome keyring daemon
|
|
eval $(/usr/bin/gnome-keyring-daemon --start --components=gpg,pkcs11,secrets)
|
|
export $(gnome-keyring-daemon --start --components=pkcs11,secrets,gpg)
|
|
# Tells dbus to add DISPLAY to its own environment variables
|
|
dbus-update-activation-environment --systemd DISPLAY
|
|
# load Xresources
|
|
exec bspwm
|