Compare commits
2 Commits
eb2999cd7d
...
6030888b6c
Author | SHA1 | Date | |
---|---|---|---|
6030888b6c | |||
0b9a54c763 |
@ -37,14 +37,17 @@ green="#98971a"
|
||||
|
||||
bemenu_cmd()
|
||||
{
|
||||
bemenu -i -l 10 --scrollbar always\
|
||||
--fn "FiraCode Semibold 11px"\
|
||||
bemenu -i --scrollbar always\
|
||||
-n -p 'Run:' -l 10 -B 3 -W 0.5\
|
||||
--fn "FiraCode Semibold 16px"\
|
||||
--tb $base02 --tf $green\
|
||||
--fb $base03 --ff $base0\
|
||||
--nb $base03 --nf $base0\
|
||||
--ab $base03 --af $base3\
|
||||
--sb $base02 --sf $cyan\
|
||||
--hb $base02 --hf $cyan\
|
||||
--scb $base02 --scf $cyan
|
||||
--scb $base02 --scf $cyan\
|
||||
--bdr $violet
|
||||
$@
|
||||
}
|
||||
|
||||
|
@ -328,7 +328,7 @@ default_border pixel 3
|
||||
exec wayland-run-on-new-display set-correct-monitor 390+1080
|
||||
exec gentoo-pipewire-launcher
|
||||
exec dunst
|
||||
exec wlsunset -l 22.4 -L 114.1
|
||||
exec_always pkill wlsunset; wlsunset -l 22.4 -L 114.1
|
||||
|
||||
exec alacritty
|
||||
exec firefox
|
||||
@ -357,6 +357,8 @@ for_window [class="^Steam$"] floating enable
|
||||
for_window [class="^Steam$" title="^Steam$"] floating disable
|
||||
for_window [class="genshinimact.exe"] floating enable
|
||||
for_window [class=".*.exe$"] floating enable
|
||||
for_window [class="^QjackCtl$"] floating enable
|
||||
for_window [class="^QjackCtl$" title="Graph — QjackCtl"] floating disable
|
||||
# Move windows to trash workspace
|
||||
for_window [title="^Origin$"] floating enable, move container to workspace trash;
|
||||
for_window [title="^Wine System Tray$"] move container to workspace trash;
|
||||
|
Loading…
Reference in New Issue
Block a user