diff options
author | Vitor Gonçalves <vitorg@tilde.team> | 2023-12-04 03:04:27 -0300 |
---|---|---|
committer | Vitor Gonçalves <vitorg@tilde.team> | 2023-12-04 03:04:27 -0300 |
commit | 959f43ea74e1c9a92a07697c5cd8e5cd1d4d1bac (patch) | |
tree | 493894f6684bdd5443e8afc9a2fad4bfcd244769 /dot_config/sx | |
parent | 8ccd55d605476824ba8ebd8354d23b54e31623b0 (diff) | |
download | dots-959f43ea74e1c9a92a07697c5cd8e5cd1d4d1bac.tar.gz |
restarting from scratch
Diffstat (limited to 'dot_config/sx')
-rw-r--r-- | dot_config/sx/executable_sxrc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dot_config/sx/executable_sxrc b/dot_config/sx/executable_sxrc deleted file mode 100644 index 8ec06a8..0000000 --- a/dot_config/sx/executable_sxrc +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash -dunst & -while true; do - exec dbus-run-session dwm 2> /tmp/dwm.log -done |