mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 11:30:23 +10:00
Adding the selfrestart.c needed for my dwm build.
This commit is contained in:
@@ -32,30 +32,7 @@ detect-client-leader = true;
|
||||
invert-color-include = [ ];
|
||||
glx-copy-from-front = false;
|
||||
glx-swap-method = "undefined";
|
||||
opacity-rule = [ "99:name *?= 'Call'",
|
||||
"99:class_g = 'Chromium'",
|
||||
"99:name *?= 'Conky'",
|
||||
"99:class_g = 'Darktable'",
|
||||
"50:class_g = 'Dmenu'",
|
||||
"99:name *?= 'Event'",
|
||||
"99:class_g = 'Firefox'",
|
||||
"99:class_g = 'GIMP'",
|
||||
"99:name *?= 'Image'",
|
||||
"99:class_g = 'Lazpaint'",
|
||||
"99:class_g = 'Midori'",
|
||||
"99:name *?= 'Minitube'",
|
||||
"99:class_g = 'Mousepad'",
|
||||
"99:name *?= 'MuseScore'",
|
||||
"90:name *?= 'Page Info'",
|
||||
"90:name *?= 'Panel'",
|
||||
"99:class_g = 'Pinta'",
|
||||
"90:name *?= 'Restart'",
|
||||
"99:name *?= 'sudo'",
|
||||
"99:name *?= 'Screenshot'",
|
||||
"99:class_g = 'Viewnior'",
|
||||
"99:class_g = 'VirtualBox'",
|
||||
"99:name *?= 'VLC'",
|
||||
"99:name *?= 'Write'",
|
||||
opacity-rule = [ "99:name *?= 'Call'",
|
||||
"95:name *?= 'Lynx'",
|
||||
"95:name *?= 'toot'",
|
||||
"95:name *?= 'nmon'",
|
||||
|
||||
@@ -46,23 +46,23 @@
|
||||
|
||||
highlight clear
|
||||
|
||||
highlight Win cterm=none ctermfg=white ctermbg=default
|
||||
highlight Directory cterm=bold ctermfg=cyan ctermbg=default
|
||||
highlight Link cterm=bold ctermfg=yellow ctermbg=default
|
||||
highlight Win cterm=none ctermfg=default ctermbg=default
|
||||
highlight Directory cterm=bold ctermfg=green ctermbg=default
|
||||
highlight Link cterm=bold ctermfg=default ctermbg=default
|
||||
highlight BrokenLink cterm=bold ctermfg=red ctermbg=default
|
||||
highlight Socket cterm=bold ctermfg=magenta ctermbg=default
|
||||
highlight Device cterm=bold ctermfg=red ctermbg=default
|
||||
highlight Fifo cterm=bold ctermfg=cyan ctermbg=default
|
||||
highlight Executable cterm=bold ctermfg=green ctermbg=default
|
||||
highlight Executable cterm=bold ctermfg=red ctermbg=default
|
||||
highlight Selected cterm=bold ctermfg=magenta ctermbg=default
|
||||
highlight CurrLine cterm=bold,reverse ctermfg=default ctermbg=default
|
||||
highlight TopLine cterm=none ctermfg=147 ctermbg=red
|
||||
highlight CurrLine cterm=bold,reverse ctermfg=4 ctermbg=black
|
||||
highlight TopLine cterm=none ctermfg=147 ctermbg=8
|
||||
highlight TopLineSel cterm=bold ctermfg=white ctermbg=default
|
||||
highlight StatusLine cterm=bold ctermfg=white ctermbg=red
|
||||
highlight StatusLine cterm=bold ctermfg=white ctermbg=8
|
||||
highlight WildMenu cterm=underline,reverse ctermfg=white ctermbg=black
|
||||
highlight CmdLine cterm=none ctermfg=white ctermbg=black
|
||||
highlight CmdLine cterm=none ctermfg=green ctermbg=black
|
||||
highlight ErrorMsg cterm=none ctermfg=red ctermbg=black
|
||||
highlight Border cterm=none ctermfg=black ctermbg=red
|
||||
highlight Border cterm=none ctermfg=black ctermbg=8
|
||||
highlight JobLine cterm=bold,reverse ctermfg=black ctermbg=white
|
||||
highlight SuggestBox cterm=bold ctermfg=default ctermbg=default
|
||||
highlight CmpMismatch cterm=bold ctermfg=white ctermbg=red
|
||||
|
||||
Reference in New Issue
Block a user