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}
|
||||
\begin{code}
|
||||
myStartupHook = do
|
||||
spawn "setxkbmap -option 'grp:win_space_toggle'"
|
||||
spawn "setxkbmap -option 'caps:escape'"
|
||||
spawn "setxkbmap -layout us,pt"
|
||||
spawn "setxkbmap -option grp:win_space_toggle"
|
||||
spawn "setxkbmap -option caps:escape"
|
||||
spawn "pasystray"
|
||||
spawn ("killall trayer")
|
||||
spawnOnce "nitrogen --restore &"
|
||||
spawnOnce "picom &"
|
||||
|
|
Loading…
Reference in a new issue