From 12f3e048dc4337e8a8b89080dcee24b2e250ea2c Mon Sep 17 00:00:00 2001 From: candifloss Date: Fri, 13 Dec 2024 22:44:06 +0530 Subject: [PATCH] Add app launcher, add down script --- config.ron | 1 + themes/candy/down | 3 +++ themes/candy/up | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config.ron b/config.ron index afe22fa..a96227c 100644 --- a/config.ron +++ b/config.ron @@ -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: [ diff --git a/themes/candy/down b/themes/candy/down index a9bf588..aae88e5 100755 --- a/themes/candy/down +++ b/themes/candy/down @@ -1 +1,4 @@ #!/bin/bash +leftwm command "UnloadTheme" +eww kill +pkill picom \ No newline at end of file diff --git a/themes/candy/up b/themes/candy/up index d909cd4..9d38a18 100755 --- a/themes/candy/up +++ b/themes/candy/up @@ -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 &