diff options
author | Case Duckworth | 2024-06-26 12:31:45 -0500 |
---|---|---|
committer | Case Duckworth | 2024-06-26 12:31:45 -0500 |
commit | aab11066c2c3b40684cd5ab62881cfdc589ca060 (patch) | |
tree | 91ee416249874f9f595f1853c8201a3d746ca1dd /xinitrc | |
parent | Correct mode-line (diff) | |
download | dots-aab11066c2c3b40684cd5ab62881cfdc589ca060.tar.gz dots-aab11066c2c3b40684cd5ab62881cfdc589ca060.zip |
EXWM
Diffstat (limited to 'xinitrc')
-rw-r--r-- | xinitrc | 4 |
1 files changed, 1 insertions, 3 deletions
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 |