Replaced discord with gtkcord in xmonad conf
This commit is contained in:
@@ -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
|
||||||
|
@@ -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),
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user