mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Replaced discord with gtkcord in xmonad conf
This commit is contained in:
parent
ef93b433b8
commit
9db01c0df6
|
@ -13,7 +13,7 @@ killall nextcloud
|
|||
killall xautolock
|
||||
killall caffeine
|
||||
killall syncthing-gtk
|
||||
killall discord
|
||||
killall gtkcord4
|
||||
killall qjoypad
|
||||
|
||||
# Launch necessary desktop applications
|
||||
|
|
|
@ -133,8 +133,8 @@ myScratchPads =
|
|||
w = 0.4
|
||||
t = 0.75 - h
|
||||
l = 0.70 - w
|
||||
spawnDiscord = "flatpak run com.discordapp.Discord"
|
||||
findDiscord = className =? "discord"
|
||||
spawnDiscord = "gtkcord4"
|
||||
findDiscord = className =? "gtkcord4"
|
||||
manageDiscord = customFloating $ W.RationalRect l t w h
|
||||
where
|
||||
h = 0.5
|
||||
|
@ -390,7 +390,7 @@ myManageHook =
|
|||
[ 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 =? "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 =? "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),
|
||||
|
|
|
@ -192,8 +192,8 @@ myScratchPads =
|
|||
w = 0.4
|
||||
t = 0.75 - h
|
||||
l = 0.70 - w
|
||||
spawnDiscord = "flatpak run com.discordapp.Discord"
|
||||
findDiscord = className =? "discord"
|
||||
spawnDiscord = "gtkcord4"
|
||||
findDiscord = className =? "gtkcord4"
|
||||
manageDiscord = customFloating $ W.RationalRect l t w h
|
||||
where
|
||||
h = 0.5
|
||||
|
@ -559,7 +559,7 @@ myManageHook =
|
|||
[ 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 =? "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 =? "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),
|
||||
|
@ -651,7 +651,7 @@ killall nextcloud
|
|||
killall xautolock
|
||||
killall caffeine
|
||||
killall syncthing-gtk
|
||||
killall discord
|
||||
killall gtkcord4
|
||||
killall qjoypad
|
||||
|
||||
#+END_SRC
|
||||
|
|
Loading…
Reference in a new issue