mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 02:50:24 +10:00
Minor edits.
This commit is contained in:
@@ -290,8 +290,8 @@ colors:
|
|||||||
#
|
#
|
||||||
# Window opacity as a floating point number from `0.0` to `1.0`.
|
# Window opacity as a floating point number from `0.0` to `1.0`.
|
||||||
# The value `0.0` is completely transparent and `1.0` is opaque.
|
# The value `0.0` is completely transparent and `1.0` is opaque.
|
||||||
background_opacity: 1.0
|
# background_opacity: 1.0
|
||||||
# background_opacity: 0.95
|
background_opacity: 0.95
|
||||||
|
|
||||||
#selection:
|
#selection:
|
||||||
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
|
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ opacity-rule = [ "99:name *?= 'Call'",
|
|||||||
"95:name *?= 'nmon'",
|
"95:name *?= 'nmon'",
|
||||||
"95:name *?= 'httping'",
|
"95:name *?= 'httping'",
|
||||||
"96:name *?= 'xmobar'",
|
"96:name *?= 'xmobar'",
|
||||||
"100:class_g *?= 'emacs'",
|
"95:class_g *?= 'emacs'",
|
||||||
"95:class_g *?= 'surf' && name *?='suckless.org'",
|
"95:class_g *?= 'surf' && name *?='suckless.org'",
|
||||||
"95:class_g *?= 'tabbed'",
|
"95:class_g *?= 'tabbed'",
|
||||||
"95:name *?= 'newsboat'",
|
"95:name *?= 'newsboat'",
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ import XMonad.Prompt (defaultXPConfig, XPConfig(..), XPPosition(Top), Direction1
|
|||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
myFont = "xft:Mononoki Nerd Font:regular:pixelsize=12"
|
myFont = "xft:Mononoki Nerd Font:regular:pixelsize=12"
|
||||||
myModMask = mod4Mask -- Sets modkey to super/windows key
|
myModMask = mod4Mask -- Sets modkey to super/windows key
|
||||||
myTerminal = "st" -- Sets default terminal
|
myTerminal = "alacritty" -- Sets default terminal
|
||||||
myTextEditor = "emacsclient -c" -- Sets default text editor
|
myTextEditor = "emacsclient -c" -- Sets default text editor
|
||||||
myBorderWidth = 2 -- Sets border width for windows
|
myBorderWidth = 2 -- Sets border width for windows
|
||||||
windowCount = gets $ Just . show . length . W.integrate' . W.stack . W.workspace . W.current . windowset
|
windowCount = gets $ Just . show . length . W.integrate' . W.stack . W.workspace . W.current . windowset
|
||||||
|
|||||||
Reference in New Issue
Block a user