Home: Add tidal-hifi, move exfatprogs to system, add binding to reload hyprpanel
This commit is contained in:
@ -108,6 +108,8 @@
|
|||||||
", XF86MonBrightnessUp" = ["exec, hyprctl hyprsunset gamma +10"];
|
", XF86MonBrightnessUp" = ["exec, hyprctl hyprsunset gamma +10"];
|
||||||
"$mainMod, XF86MonBrightnessDown" = ["exec, hyprctl hyprsunset temperature 5750"];
|
"$mainMod, XF86MonBrightnessDown" = ["exec, hyprctl hyprsunset temperature 5750"];
|
||||||
"$mainMod, XF86MonBrightnessUp" = ["exec, hyprctl hyprsunset identity"];
|
"$mainMod, XF86MonBrightnessUp" = ["exec, hyprctl hyprsunset identity"];
|
||||||
|
|
||||||
|
"CTRL ALT, r" = ["exec, systemctl --user restart hyprpanel.service"];
|
||||||
};
|
};
|
||||||
|
|
||||||
ws-bindings = {
|
ws-bindings = {
|
||||||
@ -484,7 +486,7 @@
|
|||||||
audacity
|
audacity
|
||||||
ferdium
|
ferdium
|
||||||
gparted
|
gparted
|
||||||
exfatprogs
|
tidal-hifi
|
||||||
|
|
||||||
# Office
|
# Office
|
||||||
wacomtablet # For xournalpp/krita
|
wacomtablet # For xournalpp/krita
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
"$mainMod CTRL, d" = ["movewindow, d"];
|
"$mainMod CTRL, d" = ["movewindow, d"];
|
||||||
|
|
||||||
# Reset workspaces to the defined configuration in hyprland.workspaces:
|
# Reset workspaces to the defined configuration in hyprland.workspaces:
|
||||||
"CTRL ALT, R" = let
|
"CTRL ALT, r" = let
|
||||||
mkWBinding = m: w:
|
mkWBinding = m: w:
|
||||||
"moveworkspacetomonitor, "
|
"moveworkspacetomonitor, "
|
||||||
+ "${builtins.toString w} ${builtins.toString m}";
|
+ "${builtins.toString w} ${builtins.toString m}";
|
||||||
|
@ -254,6 +254,7 @@ with mylib.networking; {
|
|||||||
mprocs # run multiple processes in single terminal window, screen alternative
|
mprocs # run multiple processes in single terminal window, screen alternative
|
||||||
parted # partition manager
|
parted # partition manager
|
||||||
exfat
|
exfat
|
||||||
|
exfatprogs
|
||||||
procs # Better ps
|
procs # Better ps
|
||||||
procps # pgrep, pkill
|
procps # pgrep, pkill
|
||||||
busybox
|
busybox
|
||||||
|
Reference in New Issue
Block a user