1
0
Fork 0
mirror of https://gitlab.com/dwt1/dotfiles.git synced 2023-02-13 20:55:19 -05:00

Minor edits.

This commit is contained in:
Derek Taylor 2020-02-16 23:04:16 -06:00
parent aff33de8e7
commit 08bb21b269
3 changed files with 4 additions and 4 deletions

View file

@ -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"

View file

@ -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'",

View file

@ -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