feat: Update hyprland conf

WIP: switch to spotifyd + spotify-tui
This commit is contained in:
Patrick Großmann 2023-03-12 20:30:30 +09:00
parent 78e85a399d
commit 5b4a4c2623
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
4 changed files with 66 additions and 48 deletions

View file

@ -7,18 +7,22 @@ MOD: TAGS: pkgs:
input { input {
sensitivity = 0 sensitivity = 0
kb_model = pc105
kb_layout = de kb_layout = de
kb_variant = bone kb_variant = bone
repeat_rate = 60 repeat_rate = 60
repeat_delay = 235 repeat_delay = 235
# Only change focus on mouse click # Only change focus on mouse click
follow_mouse = 2 follow_mouse = 2
accel_profile = flat
touchpad { touchpad {
natural_scroll = true natural_scroll = true
} }
} }
gestures {
workspace_swipe = true
}
# keybinds # keybinds
bind=${MOD},q,killactive, bind=${MOD},q,killactive,
bind=${MOD},return,fullscreen, bind=${MOD},return,fullscreen,

View file

@ -247,11 +247,11 @@
"locked": { "locked": {
"lastModified": 1, "lastModified": 1,
"narHash": "sha256-b3t2blYgmHf/HXc152Fa7+YKJSS05vRnrs8i+H6SWA8=", "narHash": "sha256-b3t2blYgmHf/HXc152Fa7+YKJSS05vRnrs8i+H6SWA8=",
"path": "/nix/store/cp64wcr7y55dlaamgq4axbhzhw2pqwhd-source/templates", "path": "/nix/store/m12grpvqvq7vs62knlp1s288mb2n775k-source/templates",
"type": "path" "type": "path"
}, },
"original": { "original": {
"path": "/nix/store/cp64wcr7y55dlaamgq4axbhzhw2pqwhd-source/templates", "path": "/nix/store/m12grpvqvq7vs62knlp1s288mb2n775k-source/templates",
"type": "path" "type": "path"
} }
}, },

View file

@ -0,0 +1,14 @@
{
config,
pkgs,
...
}: {
home = {
packages = with pkgs; [
spotify-tui
];
};
services.spotifyd = {
enable = true;
};
}

View file

@ -5,11 +5,12 @@
}: { }: {
imports = [ imports = [
common/programs/kitty.nix common/programs/kitty.nix
#common/graphical/herbstluftwm.nix
common/graphical/hyprland.nix common/graphical/hyprland.nix
#common/graphical/autorandr.nix
common/programs/polybar.nix common/programs/polybar.nix
common/programs/rofi.nix common/programs/rofi.nix
common/programs/spotify.nix
#common/graphical/herbstluftwm.nix
#common/graphical/autorandr.nix
#common/touchegg-module.nix #common/touchegg-module.nix
#common/touchegg-settings.nix #common/touchegg-settings.nix
]; ];
@ -21,7 +22,6 @@
bitwarden bitwarden
nextcloud-client nextcloud-client
signal-desktop signal-desktop
spotify-tui
xdragon xdragon
xournalpp xournalpp
zathura zathura