mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2025-12-05 02:53:38 -08:00
update
This commit is contained in:
@@ -257,10 +257,11 @@ misc {
|
||||
windowrule = float, class:discord
|
||||
windowrule = float, class:mpv
|
||||
windowrule = float, class:steam
|
||||
windowrule = float, class:anki
|
||||
windowrule = float, class:python, title:Import
|
||||
windowrule = workspace 10 silent, class:discord
|
||||
windowrule = workspace 9 silent, class:steam
|
||||
windowrule = size 2118 1182, class:anki
|
||||
windowrule = float, class:anki
|
||||
windowrule = workspace 8 silent, class:anki
|
||||
windowrule = opacity 0.88, class:.* fullscreen:0
|
||||
windowrule = opacity 1, class:mpv fullscreen:0
|
||||
|
||||
@@ -67,11 +67,11 @@ return {
|
||||
-- all notifications are stored in history
|
||||
level = vim.log.levels.TRACE,
|
||||
icons = {
|
||||
error = " ",
|
||||
warn = " ",
|
||||
info = " ",
|
||||
debug = " ",
|
||||
trace = " ",
|
||||
error = " ",
|
||||
warn = " ",
|
||||
info = " ",
|
||||
debug = " ",
|
||||
trace = " ",
|
||||
},
|
||||
keep = function(notif)
|
||||
return vim.fn.getcmdpos() > 0
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
export BROWSER=zen-browser
|
||||
export XCURSOR_THEME=dracula
|
||||
export XCURSOR_SIZE=24
|
||||
export GDK_SCALE=1
|
||||
|
||||
Reference in New Issue
Block a user