Replaced discord with gtkcord in xmonad conf

This commit is contained in:
Emmet 2023-06-08 11:47:38 -05:00
parent ef93b433b8
commit 9db01c0df6
3 changed files with 8 additions and 8 deletions

View file

@ -13,7 +13,7 @@ killall nextcloud
killall xautolock killall xautolock
killall caffeine killall caffeine
killall syncthing-gtk killall syncthing-gtk
killall discord killall gtkcord4
killall qjoypad killall qjoypad
# Launch necessary desktop applications # Launch necessary desktop applications

View file

@ -133,8 +133,8 @@ myScratchPads =
w = 0.4 w = 0.4
t = 0.75 - h t = 0.75 - h
l = 0.70 - w l = 0.70 - w
spawnDiscord = "flatpak run com.discordapp.Discord" spawnDiscord = "gtkcord4"
findDiscord = className =? "discord" findDiscord = className =? "gtkcord4"
manageDiscord = customFloating $ W.RationalRect l t w h manageDiscord = customFloating $ W.RationalRect l t w h
where where
h = 0.5 h = 0.5
@ -390,7 +390,7 @@ myManageHook =
[ title =? "Myuzi" --> (customFloating $ W.RationalRect 0.05 0.05 0.9 0.9), [ title =? "Myuzi" --> (customFloating $ W.RationalRect 0.05 0.05 0.9 0.9),
title =? "octave-scratchpad" --> (customFloating $ W.RationalRect 0.1 0.1 0.8 0.8), title =? "octave-scratchpad" --> (customFloating $ W.RationalRect 0.1 0.1 0.8 0.8),
title =? "scratchpad" --> (customFloating $ W.RationalRect 0.1 0.1 0.8 0.8), title =? "scratchpad" --> (customFloating $ W.RationalRect 0.1 0.1 0.8 0.8),
className =? "discord" --> (customFloating $ W.RationalRect 0.1 0.1 0.8 0.8), className =? "gtkcord4" --> (customFloating $ W.RationalRect 0.1 0.1 0.8 0.8),
title =? "ranger-scratchpad" --> (customFloating $ W.RationalRect 0.05 0.05 0.9 0.9), title =? "ranger-scratchpad" --> (customFloating $ W.RationalRect 0.05 0.05 0.9 0.9),
title =? "btm-scratchpad" --> (customFloating $ W.RationalRect 0.1 0.1 0.8 0.8), title =? "btm-scratchpad" --> (customFloating $ W.RationalRect 0.1 0.1 0.8 0.8),
className =? "Geary" --> (customFloating $ W.RationalRect 0.05 0.05 0.9 0.9), className =? "Geary" --> (customFloating $ W.RationalRect 0.05 0.05 0.9 0.9),

View file

@ -192,8 +192,8 @@ myScratchPads =
w = 0.4 w = 0.4
t = 0.75 - h t = 0.75 - h
l = 0.70 - w l = 0.70 - w
spawnDiscord = "flatpak run com.discordapp.Discord" spawnDiscord = "gtkcord4"
findDiscord = className =? "discord" findDiscord = className =? "gtkcord4"
manageDiscord = customFloating $ W.RationalRect l t w h manageDiscord = customFloating $ W.RationalRect l t w h
where where
h = 0.5 h = 0.5
@ -559,7 +559,7 @@ myManageHook =
[ title =? "Myuzi" --> (customFloating $ W.RationalRect 0.05 0.05 0.9 0.9), [ title =? "Myuzi" --> (customFloating $ W.RationalRect 0.05 0.05 0.9 0.9),
title =? "octave-scratchpad" --> (customFloating $ W.RationalRect 0.1 0.1 0.8 0.8), title =? "octave-scratchpad" --> (customFloating $ W.RationalRect 0.1 0.1 0.8 0.8),
title =? "scratchpad" --> (customFloating $ W.RationalRect 0.1 0.1 0.8 0.8), title =? "scratchpad" --> (customFloating $ W.RationalRect 0.1 0.1 0.8 0.8),
className =? "discord" --> (customFloating $ W.RationalRect 0.1 0.1 0.8 0.8), className =? "gtkcord4" --> (customFloating $ W.RationalRect 0.1 0.1 0.8 0.8),
title =? "ranger-scratchpad" --> (customFloating $ W.RationalRect 0.05 0.05 0.9 0.9), title =? "ranger-scratchpad" --> (customFloating $ W.RationalRect 0.05 0.05 0.9 0.9),
title =? "btm-scratchpad" --> (customFloating $ W.RationalRect 0.1 0.1 0.8 0.8), title =? "btm-scratchpad" --> (customFloating $ W.RationalRect 0.1 0.1 0.8 0.8),
className =? "Geary" --> (customFloating $ W.RationalRect 0.05 0.05 0.9 0.9), className =? "Geary" --> (customFloating $ W.RationalRect 0.05 0.05 0.9 0.9),
@ -651,7 +651,7 @@ killall nextcloud
killall xautolock killall xautolock
killall caffeine killall caffeine
killall syncthing-gtk killall syncthing-gtk
killall discord killall gtkcord4
killall qjoypad killall qjoypad
#+END_SRC #+END_SRC