diff options
| author | Timmy Keller <tjk@tjkeller.xyz> | 2022-02-20 17:11:48 -0600 | 
|---|---|---|
| committer | Timmy Keller <tjk@tjkeller.xyz> | 2022-02-20 17:11:48 -0600 | 
| commit | 73a8305b011b8d937bdbc0dea347e8b3342167db (patch) | |
| tree | d127325d8cd7795a12fa98e83643c3b243d1d9a4 /x11 | |
| parent | 3a7731af86c2bf9033e46f787deea869e302cd9f (diff) | |
| download | dotconfig-73a8305b011b8d937bdbc0dea347e8b3342167db.tar.xz dotconfig-73a8305b011b8d937bdbc0dea347e8b3342167db.zip  | |
optimize xrc, dbus-launch timmywm, removed xdg_data_dirs environ
Diffstat (limited to 'x11')
| -rwxr-xr-x | x11/rc | 2 | ||||
| -rwxr-xr-x | x11/xinitrc | 3 | 
2 files changed, 1 insertions, 4 deletions
@@ -1,7 +1,5 @@  #!/bin/sh -xvsync &  [ "`hostname`" = "G3N2" ] && [ -f ~/.config/x11/Xresources ] && xrdb -merge -I$HOME ~/.config/x11/Xresources & -#[ "`hostname`" = "openbsdx230" ] && bdstpscroll &  seasonalwallpaper &  capsmap &  unclutter -noevents & diff --git a/x11/xinitrc b/x11/xinitrc index d5731a0..2bf48cc 100755 --- a/x11/xinitrc +++ b/x11/xinitrc @@ -1,4 +1,3 @@  #!/bin/sh  /home/timmy/.config/x11/rc & -exec timmywm && xvsync - +exec dbus-launch --exit-with-session timmywm && xvsync  | 
