i3wm black

This commit is contained in:
thek4n 2025-09-23 11:22:24 +03:00
parent c7a894e5f0
commit 49bf6b287d
2 changed files with 3 additions and 2 deletions

View File

@ -208,7 +208,7 @@ mode $exitmode {
bindsym s exec shutdown -h now bindsym s exec shutdown -h now
bindsym u exec systemctl suspend; mode "default" bindsym u exec systemctl suspend; mode "default"
bindsym l exec $i3lock_cmd; mode "default" bindsym l exec $i3lock_cmd; mode "default"
bindsym b exec magick canvas:none PNG:- | feh -YF -; mode "default" bindsym b exec magick canvas:none PNG:- | feh -YFx -; mode "default"
bindsym Escape mode "default" bindsym Escape mode "default"
bindsym Return mode "default" bindsym Return mode "default"
@ -254,5 +254,6 @@ workspace hide2 output nonprimary
bindsym $mod+q exec --no-startup-id i3-msg workspace hide1; workspace hide2 bindsym $mod+q exec --no-startup-id i3-msg workspace hide1; workspace hide2
no_focus [title="^Peek preview$"] no_focus [title="^Peek preview$"]
no_focus [class="feh"]
include ~/.config/i3/config.d/*.conf include ~/.config/i3/config.d/*.conf

View File

@ -156,7 +156,7 @@ alias copy='tee /dev/stderr | _copy'
alias ssh='TERM=xterm-256color ssh' alias ssh='TERM=xterm-256color ssh'
alias sshn='ssh -S none' alias sshn='ssh -S none'
alias black='magick canvas:none PNG:- | feh -YF -' alias black='magick canvas:none PNG:- | feh -YFx -'
# :) # :)
alias PINK='beep -f 233 -l 440 -n -f 349 -l 440 -n -f 196 -l 440 -n -f 330 -l 650' alias PINK='beep -f 233 -l 440 -n -f 349 -l 440 -n -f 196 -l 440 -n -f 330 -l 650'