1

Compare commits

...

2 Commits

4 changed files with 9 additions and 2 deletions

View File

@ -108,6 +108,8 @@
", XF86MonBrightnessUp" = ["exec, hyprctl hyprsunset gamma +10"];
"$mainMod, XF86MonBrightnessDown" = ["exec, hyprctl hyprsunset temperature 5750"];
"$mainMod, XF86MonBrightnessUp" = ["exec, hyprctl hyprsunset identity"];
"CTRL ALT, r" = ["exec, systemctl --user restart hyprpanel.service"];
};
ws-bindings = {
@ -484,7 +486,7 @@
audacity
ferdium
gparted
exfatprogs
tidal-hifi
# Office
wacomtablet # For xournalpp/krita

View File

@ -36,7 +36,7 @@
"$mainMod CTRL, d" = ["movewindow, d"];
# Reset workspaces to the defined configuration in hyprland.workspaces:
"CTRL ALT, R" = let
"CTRL ALT, r" = let
mkWBinding = m: w:
"moveworkspacetomonitor, "
+ "${builtins.toString w} ${builtins.toString m}";

View File

@ -254,6 +254,7 @@ with mylib.networking; {
mprocs # run multiple processes in single terminal window, screen alternative
parted # partition manager
exfat
exfatprogs
procs # Better ps
procps # pgrep, pkill
busybox

View File

@ -74,10 +74,13 @@ in {
users.${username} = {
files = [
(mkUFile ".config/mimeapps.list" m755)
(mkUFile ".local/share/fish/fish_history" m755)
(mkUFile ".local/share/hyprland/lastVersion" m755)
(mkUFile ".local/state/lazygit/state.yml" m755)
(mkUFile ".local/state/xdg-desktop-portal-termfilechooser/last_dir" m755)
];
directories = [
@ -130,6 +133,7 @@ in {
(mkUDir ".local/share/flatpak" m755)
(mkUDir ".local/share/JetBrains" m755) # Unity/Rider
(mkUDir ".local/share/keyrings" m755) # m700
(mkUDir ".local/share/mime" m755)
(mkUDir ".local/share/nix" m755)
(mkUDir ".local/share/nvim" m755)
(mkUDir ".local/share/systemd" m755)