Added audio controls

This commit is contained in:
afonsofrancof 2022-10-30 16:10:39 +00:00
parent ecfd1ad68d
commit ce1ec206af

View file

@ -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 &"