Added compose sign
This commit is contained in:
parent
44e1d5779a
commit
d05332308d
2 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,7 @@ include "/usr/share/X11/locale/en_US.UTF-8/Compose"
|
|||
<dead_circumflex> <s> : "Stefan Ritter <xeno@thehappy.de>"
|
||||
<dead_circumflex> <h> : ".oO()"
|
||||
<dead_circumflex> <x> : "[✘]"
|
||||
<dead_circumflex> <v> : "[✔]"
|
||||
<dead_circumflex> <p> : "http_proxy=http://localhost:3128 "
|
||||
<dead_circumflex> <l> : "♥"
|
||||
<dead_circumflex> <n> : "♫"
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
WM='xfce4-session'
|
||||
#WM='scrotwm'
|
||||
|
||||
export XDG_DESKTOP_DIR=~/.desktop
|
||||
|
||||
|
@ -9,5 +11,4 @@ blueman-applet &
|
|||
xscreensaver -nosplash &
|
||||
xrandr --dpi 86
|
||||
|
||||
|
||||
exec $WM
|
||||
|
|
Loading…
Add table
Reference in a new issue