Added audio controls
This commit is contained in:
parent
ecfd1ad68d
commit
ce1ec206af
1 changed files with 4 additions and 2 deletions
|
@ -236,8 +236,10 @@ Percent of screen to increment by when resizing panes
|
||||||
\subsubsection{Startup Hook}
|
\subsubsection{Startup Hook}
|
||||||
\begin{code}
|
\begin{code}
|
||||||
myStartupHook = do
|
myStartupHook = do
|
||||||
spawn "setxkbmap -option 'grp:win_space_toggle'"
|
spawn "setxkbmap -layout us,pt"
|
||||||
spawn "setxkbmap -option 'caps:escape'"
|
spawn "setxkbmap -option grp:win_space_toggle"
|
||||||
|
spawn "setxkbmap -option caps:escape"
|
||||||
|
spawn "pasystray"
|
||||||
spawn ("killall trayer")
|
spawn ("killall trayer")
|
||||||
spawnOnce "nitrogen --restore &"
|
spawnOnce "nitrogen --restore &"
|
||||||
spawnOnce "picom &"
|
spawnOnce "picom &"
|
||||||
|
|
Loading…
Reference in a new issue