mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-25 09:31:34 +00:00
update some dots
This commit is contained in:
parent
475393099a
commit
70d30844ce
|
@ -1,4 +1,4 @@
|
|||
|
||||
picom --experimental-backends --detect-rounded-corners &
|
||||
variety &
|
||||
redshift &
|
||||
setxkbmap us,ru,fi ,winkeys grp:alt_shift_toggle &
|
||||
|
@ -6,7 +6,6 @@ pulseaudio -k
|
|||
$HOME/.local/scripts/status/launch &
|
||||
$HOME/.local/scripts/touchpad.sh
|
||||
xrandr --output HDMI1 --off; enact --pos top
|
||||
picom --experimental-backends --detect-rounded-corners &
|
||||
enact --pos top
|
||||
firefox &
|
||||
setxkbmap us,ru,fi ,winkeys grp:alt_shift_toggle &
|
||||
enact --pos top
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
LocationMode=path-bar
|
||||
ShowHidden=false
|
||||
ShowSizeColumn=true
|
||||
GeometryX=489
|
||||
GeometryY=227
|
||||
GeometryX=0
|
||||
GeometryY=0
|
||||
GeometryWidth=942
|
||||
GeometryHeight=643
|
||||
SortColumn=name
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
corner-radius = 0;
|
||||
rounded-corners-exclude = [
|
||||
# "class_g = 'awesome'",
|
||||
# "class_g = 'Polybar'",
|
||||
|
@ -9,9 +8,10 @@ rounded-corners-rule = [
|
|||
"5:class_g = 'Dunst'",
|
||||
|
||||
];
|
||||
round-borders = 0;
|
||||
corner-radius = 8;
|
||||
round-borders = 8;
|
||||
round-borders-exclude = [
|
||||
"name = 'cava'" ];
|
||||
];
|
||||
|
||||
round-borders-rule = [
|
||||
"3:class_g = 'XTerm'",
|
||||
|
@ -34,8 +34,8 @@ round-borders-rule = [
|
|||
|
||||
|
||||
shadow = true;
|
||||
shadow-radius = 20;
|
||||
shadow-opacity = 0.95
|
||||
shadow-radius = 15;
|
||||
shadow-opacity = 0.75
|
||||
shadow-offset-x = -6;
|
||||
shadow-offset-y = -6;
|
||||
shadow-exclude = [
|
||||
|
@ -134,8 +134,8 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
|
|||
|
||||
|
||||
opacity-rule = [
|
||||
"55:name *= 'cava'",
|
||||
"55:class_g *= 'cava'",
|
||||
#"55:name *= 'cava'",
|
||||
#"55:class_g *= 'cava'",
|
||||
"95:class_g = 'Emacs'",
|
||||
"90:class_g *= 'Alacritty'",
|
||||
"78:class_g *= 'Zathura'",
|
||||
|
|
|
@ -4,6 +4,9 @@
|
|||
# Path to your oh-my-zsh installation.
|
||||
export ZSH="/home/horhik/.oh-my-zsh"
|
||||
|
||||
export CC=/usr/bin/clang
|
||||
|
||||
export CXX=/usr/bin/clang++
|
||||
# Set name of the theme to load --- if set to "random", it will
|
||||
# load a random theme each time oh-my-zsh is loaded, in which case,
|
||||
# to know which specific one was loaded, run: echo $RANDOM_THEME
|
||||
|
|
Loading…
Reference in a new issue