Add app launcher, add down script

This commit is contained in:
Candifloss 2024-12-13 22:44:06 +05:30
parent 29b88047cd
commit 12f3e048dc
3 changed files with 5 additions and 1 deletions

View File

@ -8,6 +8,7 @@
// For info about configuration please visit https://github.com/leftwm/leftwm/wiki
#![enable(implicit_some)]
(
backend: X11rb,
modkey: "Mod4",
mousekey: "Mod4",
tags: [

View File

@ -1 +1,4 @@
#!/bin/bash
leftwm command "UnloadTheme"
eww kill
pkill picom

View File

@ -13,4 +13,4 @@ feh --bg-fill ~/Pictures/Wallpaper/wp3.jpg
eww daemon && eww open panel --arg "h=27" --arg "w=1366"
# Start Vonalc app-launcher
vonal
vonal &