picom e buffers no nvim
This commit is contained in:
parent
4d2f1229dc
commit
85a427e45d
@ -53,3 +53,7 @@ end)
|
|||||||
vim.keymap.set("n", "<TAB>", ":bnext<CR>")
|
vim.keymap.set("n", "<TAB>", ":bnext<CR>")
|
||||||
vim.keymap.set("n", "<S-Tab>", ":bprevious<CR>")
|
vim.keymap.set("n", "<S-Tab>", ":bprevious<CR>")
|
||||||
vim.keymap.set("n", "<leader>x", ":bdelete<CR>")
|
vim.keymap.set("n", "<leader>x", ":bdelete<CR>")
|
||||||
|
vim.keymap.set("n", "tk", ":bnext<CR>")
|
||||||
|
vim.keymap.set("n", "tj", ":bprev<CR>")
|
||||||
|
vim.keymap.set("n", "th", ":bfirst<CR>")
|
||||||
|
vim.keymap.set("n", "tl", ":blast<CR>")
|
||||||
|
@ -9,7 +9,7 @@ shadow-offset-y = 1;
|
|||||||
shadow-opacity = .3;
|
shadow-opacity = .3;
|
||||||
shadow-ignore-shaped = false;
|
shadow-ignore-shaped = false;
|
||||||
shadow-exclude = [
|
shadow-exclude = [
|
||||||
"name = 'Notification'",
|
"name = 'Notification'",
|
||||||
# workaround for conky until it provides window properties:
|
# workaround for conky until it provides window properties:
|
||||||
"override_redirect = 1 && !WM_CLASS@:s",
|
"override_redirect = 1 && !WM_CLASS@:s",
|
||||||
"class_g ?= 'Dmenu'",
|
"class_g ?= 'Dmenu'",
|
||||||
@ -54,47 +54,47 @@ detect-client-leader = true;
|
|||||||
invert-color-include = [ ];
|
invert-color-include = [ ];
|
||||||
glx-copy-from-front = false;
|
glx-copy-from-front = false;
|
||||||
|
|
||||||
#opacity-rule = [
|
#opacity-rule = [
|
||||||
#"99:name *?= 'Call'",
|
#"99:name *?= 'Call'",
|
||||||
#"99:class_g = 'Chromium'",
|
#"99:class_g = 'Chromium'",
|
||||||
#"99:name *?= 'Conky'",
|
#"99:name *?= 'Conky'",
|
||||||
#"99:class_g = 'Darktable'",
|
#"99:class_g = 'Darktable'",
|
||||||
#"50:class_g = 'Dmenu'",
|
#"50:class_g = 'Dmenu'",
|
||||||
#"99:name *?= 'Event'",
|
#"99:name *?= 'Event'",
|
||||||
#"99:class_g = 'Firefox'",
|
#"99:class_g = 'Firefox'",
|
||||||
#"99:class_g = 'GIMP'",
|
#"99:class_g = 'GIMP'",
|
||||||
#"99:name *?= 'Image'",
|
#"99:name *?= 'Image'",
|
||||||
#"99:class_g = 'Lazpaint'",
|
#"99:class_g = 'Lazpaint'",
|
||||||
#"99:class_g = 'Midori'",
|
#"99:class_g = 'Midori'",
|
||||||
#"99:name *?= 'Minitube'",
|
#"99:name *?= 'Minitube'",
|
||||||
#"99:class_g = 'Mousepad'",
|
#"99:class_g = 'Mousepad'",
|
||||||
#"99:name *?= 'MuseScore'",
|
#"99:name *?= 'MuseScore'",
|
||||||
#"90:name *?= 'Page Info'",
|
#"90:name *?= 'Page Info'",
|
||||||
#"99:name *?= 'Pale Moon'",
|
#"99:name *?= 'Pale Moon'",
|
||||||
#"90:name *?= 'Panel'",
|
#"90:name *?= 'Panel'",
|
||||||
#"99:class_g = 'Pinta'",
|
#"99:class_g = 'Pinta'",
|
||||||
#"90:name *?= 'Restart'",
|
#"90:name *?= 'Restart'",
|
||||||
#"99:name *?= 'sudo'",
|
#"99:name *?= 'sudo'",
|
||||||
#"99:name *?= 'Screenshot'",
|
#"99:name *?= 'Screenshot'",
|
||||||
#"99:class_g = 'Viewnior'",
|
#"99:class_g = 'Viewnior'",
|
||||||
#"99:class_g = 'VirtualBox'",
|
#"99:class_g = 'VirtualBox'",
|
||||||
#"99:name *?= 'VLC'",
|
#"99:name *?= 'VLC'",
|
||||||
#"99:name *?= 'Write'",
|
#"99:name *?= 'Write'",
|
||||||
#"93:class_g = 'URxvt' && !_NET_WM_STATE@:32a",
|
#"93:class_g = 'URxvt' && !_NET_WM_STATE@:32a",
|
||||||
#"0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'",
|
#"0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'",
|
||||||
#"96:_NET_WM_STATE@:32a *= '_NET_WM_STATE_STICKY'"
|
#"96:_NET_WM_STATE@:32a *= '_NET_WM_STATE_STICKY'"
|
||||||
#];
|
#];
|
||||||
|
|
||||||
wintypes :
|
wintypes :
|
||||||
{
|
{
|
||||||
tooltip :
|
tooltip :
|
||||||
{
|
{
|
||||||
fade = true;
|
fade = true;
|
||||||
shadow = false;
|
shadow = false;
|
||||||
opacity = 0.85;
|
opacity = 0.85;
|
||||||
focus = true;
|
focus = true;
|
||||||
};
|
};
|
||||||
fullscreen :
|
fullscreen :
|
||||||
{
|
{
|
||||||
fade = true;
|
fade = true;
|
||||||
shadow = false;
|
shadow = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user