Compare commits

...

2 Commits

2 changed files with 9 additions and 4 deletions

View File

@ -37,14 +37,17 @@ green="#98971a"
bemenu_cmd() bemenu_cmd()
{ {
bemenu -i -l 10 --scrollbar always\ bemenu -i --scrollbar always\
--fn "FiraCode Semibold 11px"\ -n -p 'Run:' -l 10 -B 3 -W 0.5\
--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 wlsunset -l 22.4 -L 114.1 exec_always pkill wlsunset; wlsunset -l 22.4 -L 114.1
exec alacritty exec alacritty
exec firefox exec firefox
@ -357,6 +357,8 @@ 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;