Compare commits

..

No commits in common. "6030888b6c1047c6c8e8db94c76e5e80cc9163e8" and "eb2999cd7df2fcfd42ac0888b4866c3b66c929d3" have entirely different histories.

2 changed files with 4 additions and 9 deletions

View File

@ -37,17 +37,14 @@ green="#98971a"
bemenu_cmd() bemenu_cmd()
{ {
bemenu -i --scrollbar always\ bemenu -i -l 10 --scrollbar always\
-n -p 'Run:' -l 10 -B 3 -W 0.5\ --fn "FiraCode Semibold 11px"\
--fn "FiraCode Semibold 16px"\
--tb $base02 --tf $green\ --tb $base02 --tf $green\
--fb $base03 --ff $base0\ --fb $base03 --ff $base0\
--nb $base03 --nf $base0\ --nb $base03 --nf $base0\
--ab $base03 --af $base3\
--sb $base02 --sf $cyan\ --sb $base02 --sf $cyan\
--hb $base02 --hf $cyan\ --hb $base02 --hf $cyan\
--scb $base02 --scf $cyan\ --scb $base02 --scf $cyan
--bdr $violet
$@ $@
} }

View File

@ -328,7 +328,7 @@ default_border pixel 3
exec wayland-run-on-new-display set-correct-monitor 390+1080 exec wayland-run-on-new-display set-correct-monitor 390+1080
exec gentoo-pipewire-launcher exec gentoo-pipewire-launcher
exec dunst exec dunst
exec_always pkill wlsunset; wlsunset -l 22.4 -L 114.1 exec wlsunset -l 22.4 -L 114.1
exec alacritty exec alacritty
exec firefox exec firefox
@ -357,8 +357,6 @@ for_window [class="^Steam$"] floating enable
for_window [class="^Steam$" title="^Steam$"] floating disable for_window [class="^Steam$" title="^Steam$"] floating disable
for_window [class="genshinimact.exe"] floating enable for_window [class="genshinimact.exe"] floating enable
for_window [class=".*.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 # Move windows to trash workspace
for_window [title="^Origin$"] floating enable, move container to workspace trash; for_window [title="^Origin$"] floating enable, move container to workspace trash;
for_window [title="^Wine System Tray$"] move container to workspace trash; for_window [title="^Wine System Tray$"] move container to workspace trash;