mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-06-19 04:06:00 +02:00
Moved top bar to background, not interfering with i3-gaps
This commit is contained in:
@@ -296,6 +296,7 @@ blur-background-exclude = [
|
|||||||
# https://github.com/naelstrof/maim/issues/130
|
# https://github.com/naelstrof/maim/issues/130
|
||||||
"class_g = 'slop'",
|
"class_g = 'slop'",
|
||||||
"class_g *= 'Peek'",
|
"class_g *= 'Peek'",
|
||||||
|
"name *= 'polybar-floating_wm'",
|
||||||
"class_g = 'xsnow'",
|
"class_g = 'xsnow'",
|
||||||
"_GTK_FRAME_EXTENTS@:c",
|
"_GTK_FRAME_EXTENTS@:c",
|
||||||
"name *= 'overlay'",
|
"name *= 'overlay'",
|
||||||
|
|||||||
@@ -99,7 +99,8 @@ font-1 = Material Design Icons:pixelsize=8.25:antialias=true;4
|
|||||||
enable-ipc = true
|
enable-ipc = true
|
||||||
bottom = false
|
bottom = false
|
||||||
radius = 15.0
|
radius = 15.0
|
||||||
override-redirect = false
|
wm-restack = i3
|
||||||
|
override-redirect = true
|
||||||
|
|
||||||
; Bars Yoga3
|
; Bars Yoga3
|
||||||
|
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ SEPARATOR = ' '
|
|||||||
#
|
#
|
||||||
# Default: False
|
# Default: False
|
||||||
#
|
#
|
||||||
HIDE_WHEN_EMPTY = True
|
HIDE_WHEN_EMPTY = False
|
||||||
|
|
||||||
# Specify how long this script should wait before printing another value
|
# Specify how long this script should wait before printing another value
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -70,6 +70,9 @@ alias steam-ns="screen -d -m firejail --noprofile --blacklist=/sys/class/hidraw/
|
|||||||
alias pipes="pipes -r 50000"
|
alias pipes="pipes -r 50000"
|
||||||
alias worms="pipes -p 10 -r 50 -R"
|
alias worms="pipes -p 10 -r 50 -R"
|
||||||
|
|
||||||
|
# alacritty
|
||||||
|
alias newterm="setsid alacritty"
|
||||||
|
|
||||||
# general
|
# general
|
||||||
alias cls=clear
|
alias cls=clear
|
||||||
alias pls=sudo
|
alias pls=sudo
|
||||||
|
|||||||
Reference in New Issue
Block a user