Fixed batteryctl due to changes in the Linux kernel, removed the + icon and (re)added apps icons in rofi and made the session lock itself when closing the laptop lid

This commit is contained in:
Gu://em_ 2026-01-28 11:31:15 +01:00
parent 28f79e2564
commit c380f7401f
4 changed files with 7 additions and 2 deletions

View file

@ -156,5 +156,8 @@ bind = SUPER CONTROL, XF86TouchpadToggle, exec, ~/.config/hypr/scripts/toggle-to
### that prevent using the default way provided by hyprland
bind = $mainMod CONTROL, SPACE, exec, ~/.config/hypr/scripts/change-kb-layout.sh
# Lock laptop on lid close
bindl=,switch:off:Lid Switch, exec, hyprlock --immediate
## Testing
#bind = $mainMod, TAB, overview:toggle, toggle

View file

@ -10,7 +10,7 @@ configuration {
sorting-method: "fzf";
/* Icons */
show-icons: false;
show-icons: true;
/* icon-theme: "Gruvbox-Plus-Dark"; */
}