diff --git a/roles/git/tasks/main.yml b/roles/git/tasks/main.yml index 522c842..8138549 100644 --- a/roles/git/tasks/main.yml +++ b/roles/git/tasks/main.yml @@ -5,6 +5,7 @@ - git - git-delta state: present + become: true tags: pc - name: Create a config directory if it doesn't exist diff --git a/roles/xmonad/files/xmonad_qwerty.hs b/roles/xmonad/files/xmonad_qwerty.hs index ed4b9e1..85d7469 100644 --- a/roles/xmonad/files/xmonad_qwerty.hs +++ b/roles/xmonad/files/xmonad_qwerty.hs @@ -57,8 +57,8 @@ topicItems = , noAction "3" "~/" , noAction "4" "~/" , noAction "5" "~/" - , TI "recipes" "~/recipes" (switchToLayout "Programming" *> spawnShellAndExecute "hugo server" *> proc (inProgram "librewolf") *> spawnEditor) - , TI "alkaa" "~/alkaa" (switchToLayout "Programming" *> spawnShell *> spawnEditor) + , TI "recipes" "~/projekte/recipes" (switchToLayout "Programming" *> spawnShellAndExecute "hugo server" *> proc (inProgram "librewolf") *> spawnEditor) + , TI "alkaa" "~/projekte/alkaa" (switchToLayout "Programming" *> spawnShell *> spawnEditor) , TI "steam" "~" (switchToLayout "Steam" *> spawn "steam") , TI "game" "~" (switchToLayout "Full") , TI "micro" "~/projekte/microcontroller" (switchToLayout "Programming" *> spawnShell *> spawnEditor)