updd
This commit is contained in:
@@ -158,6 +158,10 @@
|
|||||||
|
|
||||||
"$mod, mouse_down, workspace, e+1"
|
"$mod, mouse_down, workspace, e+1"
|
||||||
"$mod, mouse_up, workspace, e-1"
|
"$mod, mouse_up, workspace, e-1"
|
||||||
|
|
||||||
|
"$mod, F, fullscreen, 0"
|
||||||
|
|
||||||
|
"$mod, Space, exec, pkill wofi || wofi --show drun"
|
||||||
]
|
]
|
||||||
++ (
|
++ (
|
||||||
# workspaces
|
# workspaces
|
||||||
|
|||||||
@@ -8,9 +8,9 @@
|
|||||||
wofiSource = builtins.toPath ./launcher;
|
wofiSource = builtins.toPath ./launcher;
|
||||||
in {
|
in {
|
||||||
programs.wofi.enable = true;
|
programs.wofi.enable = true;
|
||||||
home.file.".config/wofi" = {
|
# home.file.".config/wofi" = {
|
||||||
source = wofiSource;
|
# source = wofiSource;
|
||||||
recursive = true;
|
# recursive = true;
|
||||||
force = true;
|
# force = true;
|
||||||
};
|
# };
|
||||||
}
|
}
|
||||||
|
|||||||
+5
-1
@@ -1,7 +1,11 @@
|
|||||||
{ ... }: {
|
{ pkgs, ... }: {
|
||||||
# Enable sound.
|
# Enable sound.
|
||||||
# services.pulseaudio.enable = true;
|
# services.pulseaudio.enable = true;
|
||||||
# OR
|
# OR
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
pavucontrol
|
||||||
|
];
|
||||||
|
security.rtkit.enable = true;
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user