noctalia clean up

This commit is contained in:
2026-04-05 22:18:55 +02:00
parent 7945e00165
commit c4be906008
3 changed files with 3 additions and 5 deletions

View File

@@ -19,9 +19,7 @@ in
xdg.configFile = { xdg.configFile = {
"hypr/hyprland.conf".source = config.lib.file.mkOutOfStoreSymlink ./hyprland/hyprland.conf; "hypr/hyprland.conf".source = config.lib.file.mkOutOfStoreSymlink ./hyprland/hyprland.conf;
"hypr/hyprpaper.conf".source = config.lib.file.mkOutOfStoreSymlink ./hyprland/hyprpaper.conf;
"hypr/hypridle.conf".source = config.lib.file.mkOutOfStoreSymlink ./hyprland/hypridle.conf; "hypr/hypridle.conf".source = config.lib.file.mkOutOfStoreSymlink ./hyprland/hypridle.conf;
"hypr/hyprlock.conf".source = config.lib.file.mkOutOfStoreSymlink ./hyprland/hyprlock.conf;
"backgrounds".source = config.lib.file.mkOutOfStoreSymlink ./backgrounds; "backgrounds".source = config.lib.file.mkOutOfStoreSymlink ./backgrounds;
"hypr/nix.conf".text = '' "hypr/nix.conf".text = ''

View File

@@ -1,3 +1,3 @@
general { general {
before_sleep_cmd = hyprlock # command ran before sleep before_sleep_cmd = noctalia-shell ipc call lockScreen lock # command ran before sleep
} }

View File

@@ -229,8 +229,8 @@ bind = $mainMod, Space, exec, $menu
bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod SHIFT, D, exec, discord bind = $mainMod SHIFT, D, exec, discord
# bind = $mainMod, J, togglesplit, # dwindle # bind = $mainMod, J, togglesplit, # dwindle
bind = SUPER_ALT,L, exec, hyprlock bind = SUPER_ALT,L, exec, noctalia-shell ipc call lockScreen lock
bind = ,F10, exec, hyprlock bind = ,F10, exec, noctalia-shell ipc call lockScreen lock
bind = $mainMod ALT, Space, exec, hyprctl switchxkblayout current next bind = $mainMod ALT, Space, exec, hyprctl switchxkblayout current next
bind = $mainMod SHIFT, S, exec, hyprshot -m region -z bind = $mainMod SHIFT, S, exec, hyprshot -m region -z
# This requires gpu-screen-recorder to be installed. I installed it with this https://wiki.nixos.org/wiki/Gpu-screen-recorder. # This requires gpu-screen-recorder to be installed. I installed it with this https://wiki.nixos.org/wiki/Gpu-screen-recorder.