Move wallpaper and emoji support to this repository.
This commit is contained in:
parent
8ea59c3385
commit
2b33915c76
5 changed files with 3090 additions and 4 deletions
|
@ -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',
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue