feat: Update hyprland conf
WIP: switch to spotifyd + spotify-tui
This commit is contained in:
parent
78e85a399d
commit
5b4a4c2623
|
@ -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,
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
14
users/common/programs/spotify.nix
Normal file
14
users/common/programs/spotify.nix
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
home = {
|
||||||
|
packages = with pkgs; [
|
||||||
|
spotify-tui
|
||||||
|
];
|
||||||
|
};
|
||||||
|
services.spotifyd = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue