mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
Remove all references to exec
This commit is contained in:
parent
a64cfc9722
commit
e344fc8cdc
@ -13,7 +13,7 @@ PATH=/home/dons/bin:$PATH
|
|||||||
# simple xmonad use, no interactive status bar.
|
# simple xmonad use, no interactive status bar.
|
||||||
#
|
#
|
||||||
#clock | dzen2 -ta r -fg $FG -bg $BG -fn $FONT &
|
#clock | dzen2 -ta r -fg $FG -bg $BG -fn $FONT &
|
||||||
#exec xmonad
|
#xmonad
|
||||||
|
|
||||||
#
|
#
|
||||||
# with a pipe talking to an external program
|
# with a pipe talking to an external program
|
||||||
|
@ -34,4 +34,4 @@ xmodmap -e "remove Lock = Caps_Lock"
|
|||||||
xmodmap -e "keysym Caps_Lock = Control_L"
|
xmodmap -e "keysym Caps_Lock = Control_L"
|
||||||
xmodmap -e "add Control = Control_L"
|
xmodmap -e "add Control = Control_L"
|
||||||
|
|
||||||
exec /home/dons/bin/run-xmonad.sh
|
/home/dons/bin/run-xmonad.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user