Johan Rong 2 months ago
parent
commit
ca62d144ec

+ 1 - 1
home/features/desktop/hyprland/config/caelestia-shell.json

@@ -641,7 +641,7 @@
     },
     "sidebar": {
         "dragThreshold": 80,
-        "enabled": false
+        "enabled": true
     },
     "utilities": {
         "enabled": true,

+ 2 - 0
home/features/desktop/hyprland/config/modules/keybindings.lua

@@ -15,6 +15,8 @@ hl.bind(mainMod .. " + V", hl.dsp.layout("togglesplit"))    -- dwindle only
 hl.bind(mainMod .. " + F", hl.dsp.window.fullscreen({ action = "toggle" }))
 hl.bind(mainMod .. " + SHIFT + SPACE", hl.dsp.window.float({ action = "toggle" }))
 
+hl.bind(mainMod .. " + E",  hl.dsp.exec_cmd("caelestia shell drawers toggle sidebar"))
+hl.bind(mainMod .. " + SHIFT + E", hl.dsp.exec_cmd("caelestia shell drawers toggle session"))
 hl.bind("CONTROL + ALT + DELETE", hl.dsp.exec_cmd("caelestia shell drawers toggle session"))
 hl.bind(secMod .. " + V", hl.dsp.exec_cmd("caelestia clipboard"))