[StumpWM] Move xinitrc files to their respective .org file
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Move .xinitrc.emacs to emacs.org Move .xinitrc.stumpwm to stumpwm.org Move .xinitrc.awesome to Deprecated/awesome.org
This commit is contained in:
@@ -87,6 +87,28 @@ follows this architecture:
|
||||
- ~theme.lisp~ :: manages the color theme of StumpWM, the default
|
||||
placement of some windows and StumpWM’s gaps.
|
||||
|
||||
You will also find below my ~xinit~ file for StumpWM, exported to
|
||||
~$HOME/.xinitrc.stumpwm~, which I use to start Stump through ~startx
|
||||
~/.xinitrc.stumpwm~.
|
||||
#+begin_src sh :tangle ~/.xinitrc.stumpwm
|
||||
#!/bin/sh
|
||||
|
||||
# this makes it work in Ubuntu
|
||||
xhost +SI:localuser:$USER
|
||||
|
||||
# Set fallback pointer
|
||||
xsetroot -cursor_name left_ptr
|
||||
|
||||
# Fix scrolling on some GTK3 applications
|
||||
export GDK_CORE_DEVICE_EVENTS=1
|
||||
|
||||
# in case Java applications display /nothing/
|
||||
# wmname LG3D
|
||||
# export _JAVA_AWT_WM_NONREPARENTING=1
|
||||
|
||||
exec stumpwm
|
||||
#+end_src
|
||||
|
||||
* Init file
|
||||
:PROPERTIES:
|
||||
:CUSTOM_ID: Init-file-l3q4snd1u5j0
|
||||
|
||||
Reference in New Issue
Block a user