Skip to content

Commit

Permalink
[x11] switch to planify
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Jul 22, 2024
1 parent 9f47866 commit de87c85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bin/x-autostart
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

emacs --daemon &
obsidian &
super-productivity &
io.github.alainm23.planify &
nextcloud &
kdeconnect-indicator &
1 change: 1 addition & 0 deletions x11/.xmonad/xmonad.hs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ myManageHook = composeAll
[ isFullscreen --> doFullFloat
, isDialog --> doCenterFloat
, className =? "superProductivity" --> doShift (myWorkspaces !! 0)
, className =? "io.github.alainm23.planify" --> doShift (myWorkspaces !! 0)
, className =? "FFPWA-01HZZDRGJ9MS83HN6YA8K68FMG" --> doShift (myWorkspaces !! 5)
, className =? "Signal" --> doShift (myWorkspaces !! 5)
, className =? "thunderbird" --> doShift (myWorkspaces !! 6)
Expand Down

0 comments on commit de87c85

Please sign in to comment.