Making EXWM work as a prettier wm
This commit is contained in:
parent
0ac907b060
commit
833bcf4fcd
|
@ -12,8 +12,8 @@ rounded-corners-exclude = [
|
||||||
"class_g = 'emacs'",
|
"class_g = 'emacs'",
|
||||||
# "name_g = 'EXWM workspace'",
|
# "name_g = 'EXWM workspace'",
|
||||||
"class_g = 'Polybar'",
|
"class_g = 'Polybar'",
|
||||||
"class_g = 'mpv'",
|
# "class_g = 'mpv'",
|
||||||
"class_g = 'qutebrowser'",
|
# "class_g = 'qutebrowser'",
|
||||||
#"class_g = 'TelegramDesktop'",
|
#"class_g = 'TelegramDesktop'",
|
||||||
# "class_g = 'firefox'",
|
# "class_g = 'firefox'",
|
||||||
"class_g = 'Thunderbird'",
|
"class_g = 'Thunderbird'",
|
||||||
|
|
|
@ -87,11 +87,11 @@ enable-ipc = true
|
||||||
|
|
||||||
[bar/float-desktop]
|
[bar/float-desktop]
|
||||||
;monitor = ${env:MONITOR:HDMI-1}
|
;monitor = ${env:MONITOR:HDMI-1}
|
||||||
width = 100%
|
width = 98%
|
||||||
height = 23
|
height = 23
|
||||||
;offset-x = 1%
|
offset-x = 1%
|
||||||
;offset-y = 1%
|
offset-y = 1%
|
||||||
radius = 0.0
|
radius = 12.0
|
||||||
fixed-center = true
|
fixed-center = true
|
||||||
bottom = true
|
bottom = true
|
||||||
|
|
||||||
|
|
|
@ -765,7 +765,7 @@ c.colors.webpage.darkmode.contrast = 0.7
|
||||||
## `colors.webpage.darkmode.threshold.background` to 205. - "With
|
## `colors.webpage.darkmode.threshold.background` to 205. - "With
|
||||||
## selective inversion of everything": Combines the two variants above.
|
## selective inversion of everything": Combines the two variants above.
|
||||||
## Type: Bool
|
## Type: Bool
|
||||||
c.colors.webpage.darkmode.enabled = True
|
c.colors.webpage.darkmode.enabled = False
|
||||||
|
|
||||||
## Render all colors as grayscale. This only has an effect when
|
## Render all colors as grayscale. This only has an effect when
|
||||||
## `colors.webpage.darkmode.algorithm` is set to `lightness-hsl` or
|
## `colors.webpage.darkmode.algorithm` is set to `lightness-hsl` or
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[FileDialog]
|
[FileDialog]
|
||||||
history=file:///home/chris/storage/digikam/Photos/Phone Camera/2020/08, file:///home/chris/Videos, file:///home/chris, file:///home/chris/Downloads, file:///home/chris/Downloads/Takeout/Contacts/All Contacts
|
history=file:///home/chris/Videos, file:///home/chris, file:///home/chris/Downloads, file:///home/chris/Downloads/Takeout/Contacts/All Contacts, file:///home/chris/Pictures/Newsletter
|
||||||
lastVisited=file:///home/chris/Downloads
|
lastVisited=file:///home/chris/Downloads
|
||||||
qtVersion=5.15.2
|
qtVersion=5.15.2
|
||||||
shortcuts=file:, file:///home/chris
|
shortcuts=file:, file:///home/chris
|
||||||
|
|
|
@ -16,3 +16,4 @@ remind https://www.remind.com/classes/4223h9
|
||||||
admin https://admin.microsoft.com/AdminPortal/Home#/homepage
|
admin https://admin.microsoft.com/AdminPortal/Home#/homepage
|
||||||
jelly https://jellyf.hopto.org/web/index.html#!/home.html
|
jelly https://jellyf.hopto.org/web/index.html#!/home.html
|
||||||
st http://127.0.0.1:8384/#
|
st http://127.0.0.1:8384/#
|
||||||
|
ha https://home.cochrun.xyz/lovelace/default_view
|
||||||
|
|
Loading…
Reference in a new issue