Move wallpaper and emoji support to this repository.

This commit is contained in:
Bartek Stalewski 2023-02-16 16:03:59 +01:00
parent 8ea59c3385
commit 2b33915c76
5 changed files with 3090 additions and 4 deletions

1630
_desktop/qtile/chars/emoji Normal file

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -70,7 +70,7 @@ keys = [
Key([mod, "shift"], "Return", lazy.spawn("sh -c 'terminal_profile=work BROWSER=workfx st'")),
Key([mod, "control"], "a", lazy.spawn("dmenu-audio")),
Key([mod, "control"], "b", lazy.spawn("dmenu-bluetooth")),
Key([mod, "control"], "e", lazy.spawn("dmenu-emoji")),
Key([mod, "control"], "e", lazy.spawn("dmenu-chars")),
Key([mod, "control"], "d", lazy.spawn("dmenu-display")),
# WM control
Key([mod], "f", lazy.window.toggle_floating()),
@ -193,7 +193,7 @@ screens = [
24,
margin=[5, 5, 0, 5]
),
wallpaper='~/.local/share/wallpaper.jpg',
wallpaper='$XDG_CONFIG_HOME/wallpaper.jpg',
wallpaper_mode='fill',
),
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB