feat: adapt qwerty xmonad to new dir layout

This commit is contained in:
Max Hohlfeld 2023-01-24 22:32:05 +01:00
parent f4069954e2
commit 575725f624
2 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@
- git - git
- git-delta - git-delta
state: present state: present
become: true
tags: pc tags: pc
- name: Create a config directory if it doesn't exist - name: Create a config directory if it doesn't exist

View File

@ -57,8 +57,8 @@ topicItems =
, noAction "3" "~/" , noAction "3" "~/"
, noAction "4" "~/" , noAction "4" "~/"
, noAction "5" "~/" , noAction "5" "~/"
, TI "recipes" "~/recipes" (switchToLayout "Programming" *> spawnShellAndExecute "hugo server" *> proc (inProgram "librewolf") *> spawnEditor) , TI "recipes" "~/projekte/recipes" (switchToLayout "Programming" *> spawnShellAndExecute "hugo server" *> proc (inProgram "librewolf") *> spawnEditor)
, TI "alkaa" "~/alkaa" (switchToLayout "Programming" *> spawnShell *> spawnEditor) , TI "alkaa" "~/projekte/alkaa" (switchToLayout "Programming" *> spawnShell *> spawnEditor)
, TI "steam" "~" (switchToLayout "Steam" *> spawn "steam") , TI "steam" "~" (switchToLayout "Steam" *> spawn "steam")
, TI "game" "~" (switchToLayout "Full") , TI "game" "~" (switchToLayout "Full")
, TI "micro" "~/projekte/microcontroller" (switchToLayout "Programming" *> spawnShell *> spawnEditor) , TI "micro" "~/projekte/microcontroller" (switchToLayout "Programming" *> spawnShell *> spawnEditor)