gpg change and fixing (again) protonmail
This commit is contained in:
parent
d72fac9730
commit
db38c76bb0
12 changed files with 25 additions and 21 deletions
|
|
@ -1 +1 @@
|
|||
/nix/store/33xkglgxywlshxi7d3mqb9plbv8z30zm-home-manager-files/.config/hypr/.luarc.json
|
||||
/nix/store/m7baqiydal7zmd55ki3lbh7qqc8xr0ms-home-manager-files/.config/hypr/.luarc.json
|
||||
|
|
@ -1,12 +1,9 @@
|
|||
-- shutdown hyprland and lock
|
||||
hl.bind("CTRL + ALT + M", function()
|
||||
if os.execute("command -v hyprshutdown >/dev/null 2>&1") then
|
||||
hl.dsp.exec_cmd("hyprshutdown")()
|
||||
else
|
||||
hl.dsp.exit()
|
||||
end
|
||||
end, { description = "hyprland shutdown" })
|
||||
|
||||
hl.bind(
|
||||
"CTRL + ALT + M",
|
||||
hl.dsp.exec_cmd("command -v hyprshutdown >/dev/null 2>&1 && hyprshutdown || hyprctl dispatch exit"),
|
||||
{ description = "hyprland shutdown" }
|
||||
)
|
||||
hl.bind("CTRL + ALT + L", hl.dsp.exec_cmd(lockscreen))
|
||||
-- launchers
|
||||
hl.bind("ALT + D", hl.dsp.exec_cmd(fileManager))
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
/nix/store/33xkglgxywlshxi7d3mqb9plbv8z30zm-home-manager-files/.config/hypr/hyprland.lua
|
||||
/nix/store/m7baqiydal7zmd55ki3lbh7qqc8xr0ms-home-manager-files/.config/hypr/hyprland.lua
|
||||
Loading…
Add table
Add a link
Reference in a new issue