mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-08-15 12:59:28 +02:00
disabled xsnow bc christmas time is over :(
This commit is contained in:
@@ -24,11 +24,12 @@ exec --no-startup-id "nvidia-settings --load-config-only"
|
|||||||
exec --no-startup-id "picom"
|
exec --no-startup-id "picom"
|
||||||
#exec --no-startup-id "picom --experimental-backends"
|
#exec --no-startup-id "picom --experimental-backends"
|
||||||
#exec --no-startup-id zsh ~/.screenlayout/layout_2mon.sh
|
#exec --no-startup-id zsh ~/.screenlayout/layout_2mon.sh
|
||||||
exec --no-startup-id zsh ~/.config/polybar/launch_polybar.sh
|
#exec --no-startup-id zsh ~/.config/polybar/launch_polybar.sh
|
||||||
|
exec --no-startup-id zsh ~/.config/polybar/launch_polybar_floating.sh
|
||||||
exec --no-startup-id "nitrogen --restore"
|
exec --no-startup-id "nitrogen --restore"
|
||||||
exec --no-startup-id "unclutter --timeout 5 --jitter 5 --ignore-scrolling"
|
exec --no-startup-id "unclutter --timeout 5 --jitter 5 --ignore-scrolling"
|
||||||
exec --no-startup-id "light-locker"
|
exec --no-startup-id "light-locker"
|
||||||
exec --no-startup-id "sleep 5; xsnow -snowflakes 50 -notrees"
|
#exec --no-startup-id "sleep 5; xsnow -snowflakes 50 -notrees"
|
||||||
|
|
||||||
# audio
|
# audio
|
||||||
#exec --no-startup-id zsh ~/Userdata/Scripts/Launchers/restart_pulseaudio_1s.sh
|
#exec --no-startup-id zsh ~/Userdata/Scripts/Launchers/restart_pulseaudio_1s.sh
|
||||||
|
|||||||
@@ -4,19 +4,24 @@
|
|||||||
# requires: https://github.com/sdhand/compton
|
# requires: https://github.com/sdhand/compton
|
||||||
corner-radius = 15.0;
|
corner-radius = 15.0;
|
||||||
rounded-corners-exclude = [
|
rounded-corners-exclude = [
|
||||||
|
#"class_g = 'Polybar'",
|
||||||
"window_type = 'normal'",
|
"window_type = 'normal'",
|
||||||
|
"window_type = 'popup'",
|
||||||
|
"window_type = 'menu'",
|
||||||
"class_g = 'awesome'",
|
"class_g = 'awesome'",
|
||||||
|
"class_g = 'thunar'",
|
||||||
"class_g = 'URxvt'",
|
"class_g = 'URxvt'",
|
||||||
"class_g = 'XTerm'",
|
"class_g = 'XTerm'",
|
||||||
"class_g = 'kitty'",
|
"class_g = 'kitty'",
|
||||||
"class_g = 'Alacritty'",
|
"class_g = 'Alacritty'",
|
||||||
#"class_g = 'Polybar'",
|
|
||||||
"class_g = 'code-oss'",
|
"class_g = 'code-oss'",
|
||||||
"class_g = 'firefox'",
|
"class_g = 'firefox'",
|
||||||
"class_g = 'Thunderbird'"
|
"class_g = 'Thunderbird'"
|
||||||
];
|
];
|
||||||
round-borders = 1;
|
|
||||||
|
round-borders = 0;
|
||||||
round-borders-exclude = [
|
round-borders-exclude = [
|
||||||
|
#"window_type = 'normal'",
|
||||||
#"class_g = 'TelegramDesktop'",
|
#"class_g = 'TelegramDesktop'",
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -28,10 +33,6 @@ round-borders-exclude = [
|
|||||||
# round-borders-rule = [ "2:class_g = 'URxvt'" ];
|
# round-borders-rule = [ "2:class_g = 'URxvt'" ];
|
||||||
#
|
#
|
||||||
round-borders-rule = [
|
round-borders-rule = [
|
||||||
"3:class_g = 'XTerm'",
|
|
||||||
"3:class_g = 'URxvt'",
|
|
||||||
"10:class_g = 'Alacritty'",
|
|
||||||
"15:class_g = 'Signal'"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
#################################
|
#################################
|
||||||
@@ -272,7 +273,7 @@ blur: {
|
|||||||
# requires: https://github.com/ibhagwan/picom
|
# requires: https://github.com/ibhagwan/picom
|
||||||
method = "kawase";
|
method = "kawase";
|
||||||
#method = "kernel";
|
#method = "kernel";
|
||||||
strength = 3;
|
strength = 4;
|
||||||
# deviation = 1.0;
|
# deviation = 1.0;
|
||||||
# kernel = "11x11gaussian";
|
# kernel = "11x11gaussian";
|
||||||
background = false;
|
background = false;
|
||||||
|
|||||||
@@ -183,6 +183,7 @@ tray-maxsize = 15
|
|||||||
tray-background = ${root.background}
|
tray-background = ${root.background}
|
||||||
tray-scale = 1
|
tray-scale = 1
|
||||||
enable-ipc = true
|
enable-ipc = true
|
||||||
|
override-redirect = true
|
||||||
|
|
||||||
[bar/pc_vnc_landscape]
|
[bar/pc_vnc_landscape]
|
||||||
modules-left = disk_short_pc checkupd ovpn nvpn eth_pc
|
modules-left = disk_short_pc checkupd ovpn nvpn eth_pc
|
||||||
|
|||||||
@@ -57,6 +57,9 @@ alias ap="sudo -b create_ap-gui"
|
|||||||
alias clock="setsid urxvt -hold -e zsh -e ~/scripts/clock.sh"
|
alias clock="setsid urxvt -hold -e zsh -e ~/scripts/clock.sh"
|
||||||
alias clockx="setsid urxvt -hold -e zsh -e ~/scripts/clock.sh && exit"
|
alias clockx="setsid urxvt -hold -e zsh -e ~/scripts/clock.sh && exit"
|
||||||
|
|
||||||
|
# light-locker
|
||||||
|
alias caffeine="watch -n 1 light-locker-command -p"
|
||||||
|
|
||||||
# steam
|
# steam
|
||||||
## start steam without access to hidraw so that the nintendo switch pro controller can be used
|
## start steam without access to hidraw so that the nintendo switch pro controller can be used
|
||||||
alias steam-ns="screen -d -m firejail --noprofile --blacklist=/sys/class/hidraw/ steam"
|
alias steam-ns="screen -d -m firejail --noprofile --blacklist=/sys/class/hidraw/ steam"
|
||||||
|
|||||||
Reference in New Issue
Block a user