removed sxhkd from laptop

This commit is contained in:
ISnortPennies 2023-02-04 11:57:30 -05:00
parent a89e180371
commit 4b3e928482
2 changed files with 2 additions and 13 deletions

View file

@ -1,14 +1,4 @@
{ {
lib,
settings,
...
}:
with lib; let
volInc =
if (settings.hostname == "gerg-desktop")
then "40"
else "400";
in {
services.sxhkd = { services.sxhkd = {
enable = true; enable = true;
keybindings = { keybindings = {
@ -18,8 +8,8 @@ in {
"XF86AudioStop" = "playerctl stop"; "XF86AudioStop" = "playerctl stop";
"XF86AudioNext" = "playerctl next"; "XF86AudioNext" = "playerctl next";
"XF86AudioPrev" = "playerctl previous"; "XF86AudioPrev" = "playerctl previous";
"XF86AudioRaiseVolume" = "amixer sset Master ${volInc}+"; "XF86AudioRaiseVolume" = "amixer sset Master +40";
"XF86AudioLowerVolume" = "amixer sset Master ${volInc}-"; "XF86AudioLowerVolume" = "amixer sset Master -40";
"XF86AudioMute" = "amixer sset Master toggle "; "XF86AudioMute" = "amixer sset Master toggle ";
"XF86MonBrightnessUp" = "brightnessctl s 20+"; "XF86MonBrightnessUp" = "brightnessctl s 20+";
"XF86MonBrightnessDown" = "brightnessctl s 20-"; "XF86MonBrightnessDown" = "brightnessctl s 20-";

View file

@ -13,7 +13,6 @@
"picom" "picom"
"prime" "prime"
"scripts" "scripts"
"sxhkd"
"gnome" "gnome"
"shells" "shells"
"gaming" "gaming"