Move back to void.

This commit is contained in:
Bartek Stalewski 2023-10-14 23:26:39 +02:00
parent dae4bd3581
commit fdd5678eb7
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
alias ga='git add .; git commit --no-edit --amend; git push --force-with-lease'
alias gae='git add .; git commit --amend; git push --force-with-lease'
alias less='less -R'
alias qt="dbus-launch --sh-syntax --exit-with-session qtile start -b wayland"
alias qt="dbus-run-session qtile start -b wayland"
if [[ $(command -v bat) ]]; then
alias cat='bat -pp --color=always --tabs=2 --theme=Monokai\ Extended\ Bright'

View File

@ -34,7 +34,7 @@ def resume():
mod = "mod4"
groups = [
Group("1", label="\uf292"),
Group("2", label="\uf738", matches=[Match(wm_class=["firefox"])]),
Group("2", label="\uf738", matches=[Match(wm_class=["Firefox"])]),
Group("3", label="\uf70d", matches=[Match(wm_class=["ferdium"])]),
Group("4", label="\uf70d", matches=[Match(wm_class=["discord"])]),
Group("5", label="\uf7aa", matches=[Match(wm_class=["mutt"])]),
@ -69,7 +69,7 @@ keys = [
# app binds
Key([mod], "Return", lazy.spawn("footclient")),
Key([mod], "space", lazy.spawncmd()),
Key([mod], "a", lazy.spawn("authenticator")),
Key([mod], "a", lazy.spawn("flatpak run com.yubico.yubioath")),
Key([mod], "e", lazy.spawn("selector-chars")),
Key([mod], "i", lazy.spawn("sh -c 'grim -g \"$(slurp)\"'")),
Key([mod], "m", lazy.spawn("sh -c 'pgrep -x neomutt > /dev/null || footclient -a mutt -o bold-text-in-bright=yes neomutt'")),