diff options
-rwxr-xr-x | xautostart | 2 | ||||
-rw-r--r-- | xinitrc | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/xautostart b/xautostart index b1edcd5..fd56ce7 100755 --- a/xautostart +++ b/xautostart | |||
@@ -16,4 +16,4 @@ once() { | |||
16 | once keepassxc | 16 | once keepassxc |
17 | once dunst | 17 | once dunst |
18 | once nextcloud | 18 | once nextcloud |
19 | once emacs --daemon | 19 | #once emacs --daemon |
diff --git a/xinitrc b/xinitrc index 508257c..186c45f 100644 --- a/xinitrc +++ b/xinitrc | |||
@@ -1,4 +1,4 @@ | |||
1 | # Set up X.org | 1 | # Set up X.org -*- sh -*- |
2 | xrdb ~/.xresources | 2 | xrdb ~/.xresources |
3 | xmodmap ~/.xmodmap | 3 | xmodmap ~/.xmodmap |
4 | #xsetroot -cursor_name left_ptr | 4 | #xsetroot -cursor_name left_ptr |
@@ -27,7 +27,5 @@ then ~/.fehbg | |||
27 | else xsetroot -grey | 27 | else xsetroot -grey |
28 | fi | 28 | fi |
29 | 29 | ||
30 | keepassxc & | ||
31 | |||
32 | # WM | 30 | # WM |
33 | exec dbus-run-session i3 | 31 | exec dbus-run-session i3 |