Add `remind' aliases and general float class

Addedd remind aliases to .bash_aliases and a general float class
config to xmonad.
This commit is contained in:
c47 2024-01-21 10:38:16 +01:00
parent 616a222e89
commit 4c060aecdd
2 changed files with 8 additions and 0 deletions

View file

@ -6,3 +6,10 @@ alias T='tmux a'
if [[ -f ${HOME}/.bash_aliases.local ]]; then
source ${HOME}/.bash_aliases.local
fi
alias R='rem -b1 -mclc+6'
alias RR='rem -b1 -mclc+6 -iprivate=1'
alias r='rem -b1 -mclc+4'
alias rr='rem -b1 -mclc+4 -iprivate=1'
alias rrm='rem -b1 -imoon=1'
alias ncal='ncal -M'

View file

@ -23,6 +23,7 @@ myManageHook = composeAll . concat $
, [ className =? "easyeffects" --> doShift "9" ]
, [ className =? "Brave-browser" --> doShift "7" ]
, [ className =? "mpv" --> doFloat ]
, [ className =? "myFloat" --> doFloat ]
]
----------------------------------------------------------------------------------------------------------------