chore: Added audio controls

This commit is contained in:
Afonso Franco 2022-10-30 16:10:39 +00:00
parent 8b27544125
commit a72adcf5da
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4

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