mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +08:00
stuff
This commit is contained in:
parent
b6f39a8998
commit
bbffa28a2c
3 changed files with 7 additions and 121 deletions
|
|
@ -120,7 +120,7 @@ font:
|
|||
|
||||
|
||||
# Point size
|
||||
size: 11.5
|
||||
size: 11
|
||||
|
||||
# Offset is the extra space around each character. `offset.y` can be thought of
|
||||
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.
|
||||
|
|
@ -289,7 +289,7 @@ visual_bell:
|
|||
#
|
||||
# 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.
|
||||
background_opacity: 0.8
|
||||
background_opacity: 0.9
|
||||
|
||||
# Mouse bindings
|
||||
#
|
||||
|
|
|
|||
116
compton.conf
116
compton.conf
|
|
@ -1,116 +0,0 @@
|
|||
# Shadow
|
||||
shadow = true;
|
||||
no-dnd-shadow = true;
|
||||
no-dock-shadow = true;
|
||||
clear-shadow = true;
|
||||
detect-rounded-corners = true;
|
||||
shadow-radius = 10;
|
||||
shadow-offset-x = -15;
|
||||
shadow-offset-y = -15;
|
||||
shadow-opacity = 0.8;
|
||||
shadow-ignore-shaped = false;
|
||||
shadow-exclude = [
|
||||
"name = 'Notification'",
|
||||
# workaround for conky until it provides window properties:
|
||||
"override_redirect = 1 && !WM_CLASS@:s",
|
||||
"class_g ?= 'Dmenu'",
|
||||
# "class_g ?= 'Dunst'",
|
||||
# disable shadows for hidden windows:
|
||||
"_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'",
|
||||
"_GTK_FRAME_EXTENTS@:c",
|
||||
# disables shadows on sticky windows:
|
||||
# "_NET_WM_STATE@:32a *= '_NET_WM_STATE_STICKY'",
|
||||
# disables shadows on i3 frames
|
||||
"class_g ?= 'i3-frame'"
|
||||
];
|
||||
|
||||
# shadow-exclude-reg = "x10+0+0";
|
||||
# xinerama-shadow-crop = true;
|
||||
|
||||
#menu-opacity = 0.95;
|
||||
inactive-opacity = 0.88;
|
||||
active-opacity = 1;
|
||||
#alpha-step = 0.01;
|
||||
#inactive-dim = 0.0;
|
||||
blur-background = true;
|
||||
#blur-kern = "3x3box";
|
||||
blur-method = "kawase";
|
||||
blur-strength = 8;
|
||||
|
||||
|
||||
fading = true;
|
||||
fade-delta = 2;
|
||||
fade-in-step = 0.05;
|
||||
fade-out-step = 0.05;
|
||||
fade-exclude = [ ];
|
||||
|
||||
backend = "glx";
|
||||
glx-no-stencil = true;
|
||||
mark-wmwin-focused = true;
|
||||
mark-ovredir-focused = true;
|
||||
detect-client-opacity = true;
|
||||
unredir-if-possible = true;
|
||||
refresh-rate = 0;
|
||||
vsync = "none";
|
||||
dbe = false;
|
||||
paint-on-overlay = true;
|
||||
focus-exclude = [ "class_g = 'Cairo-clock'" ];
|
||||
detect-transient = true;
|
||||
detect-client-leader = true;
|
||||
invert-color-include = [ ];
|
||||
glx-copy-from-front = false;
|
||||
glx-swap-method = "undefined";
|
||||
|
||||
sw-opti = true;
|
||||
|
||||
opacity-rule = [
|
||||
#"99:name *?= 'Call'",
|
||||
#"99:class_g = 'Chromium'",
|
||||
#"99:name *?= 'Conky'",
|
||||
"85:name *?= 'Code'",
|
||||
"60:name *?= 'Screenkey'",
|
||||
#"99:class_g = 'Darktable'",
|
||||
"50:class_g = 'Dmenu'",
|
||||
"100:class_g = 'google-chrome-stable'",
|
||||
#"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'",
|
||||
#"99:name *?= 'Pale Moon'",
|
||||
#"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'",
|
||||
#"93:class_g = 'URxvt' && !_NET_WM_STATE@:32a",
|
||||
#"0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'",
|
||||
#"96:_NET_WM_STATE@:32a *= '_NET_WM_STATE_STICKY'"
|
||||
];
|
||||
|
||||
wintypes :
|
||||
{
|
||||
tooltip :
|
||||
{
|
||||
fade = true;
|
||||
shadow = false;
|
||||
opacity = 0.85;
|
||||
focus = true;
|
||||
};
|
||||
fullscreen :
|
||||
{
|
||||
fade = true;
|
||||
shadow = false;
|
||||
opacity = 1;
|
||||
focus = true;
|
||||
};
|
||||
};
|
||||
|
|
@ -78,7 +78,7 @@ set preview_images true
|
|||
# while slower, this allows remote previews,
|
||||
# for example during an ssh session.
|
||||
# Tmux is unsupported.
|
||||
set preview_images_method w3m
|
||||
set preview_images_method ueberzug
|
||||
|
||||
# Delay in seconds before displaying an image with the w3m method.
|
||||
# Increase it in case of experiencing display corruption.
|
||||
|
|
@ -324,14 +324,15 @@ map gh cd ~
|
|||
map gi cd ~/Github
|
||||
map gd cd ~/Desktop
|
||||
map gD cd ~/Downloads
|
||||
map gF cd ~/.config
|
||||
map gfa cd ~/.config/alacritty
|
||||
map gff cd ~/.config/fish
|
||||
map gff cd ~/.config
|
||||
map gfi cd ~/.config/i3
|
||||
map gfr cd ~/.config/ranger
|
||||
map gfn cd ~/.config/nvim
|
||||
map gfw cd ~/.config/awesome
|
||||
map gfd cd ~/prog/dwm/
|
||||
map gfz cd ~/.config/zsh
|
||||
map gs cd ~/scripts
|
||||
map ge cd /etc
|
||||
map gU cd /usr
|
||||
map gub cd /usr/bin
|
||||
|
|
@ -343,6 +344,7 @@ map gv cd /var
|
|||
map gm cd /run/media
|
||||
map gM cd /mnt
|
||||
map gG cd ~/go/src
|
||||
map gp cd ~/prog
|
||||
source ~/.config/ranger/folders.conf
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue