move to hyprland

This commit is contained in:
k
2025-01-10 18:10:17 -05:00
parent 799398de33
commit bba9c8494e
6 changed files with 40 additions and 30 deletions

View File

@@ -16,7 +16,7 @@
userName = "k";
userEmail = "markers711@gmail.com";
};
tmux = {enable = true;};
tmux.enable = true;
starship.enable = true;
zsh = {
enable = true;

View File

@@ -37,7 +37,6 @@
noise = 0.3;
new_optimizations = true;
};
drop_shadow = true;
};
misc = {
@@ -83,7 +82,7 @@
"$mainMod, 0, workspace, 10"
# same as above, but switch to the workspace
"$mainMod SHIFT, 1, movetoworkspacesilent, 1" # movetoworkspacesilent
"$mainMod SHIFT, 1, movetoworkspacesilent, 1"
"$mainMod SHIFT, 2, movetoworkspacesilent, 2"
"$mainMod SHIFT, 3, movetoworkspacesilent, 3"
"$mainMod SHIFT, 4, movetoworkspacesilent, 4"

View File

@@ -7,9 +7,9 @@
services = {mako = {enable = true;};};
programs = {
alacritty = {enable = true;};
swaylock = {enable = true;};
wofi = {enable = true;};
zathura = {enable = true;};
mpv = {enable = true;};
};
stylix.targets.wofi.enable = true; #this dosnt follow auto enable for some reson
}

View File

@@ -44,16 +44,16 @@
car = " ";
default = [" " " "];
};
scroll-step = 1;
on-click = "pavucontrol";
#scroll-step = 1;
#on-click = "pavucontrol";
};
backlight = {
tooltip = false;
format = " {}%";
interval = 1;
on-scroll-up = "brightnessctl s 1515";
on-scroll-down = "brightnessctl s 1";
on-scroll-up = "${pkgs.brightnessctl}/bin/brightnessctl s 5%+";
on-scroll-down = "${pkgs.brightnessctl}/bin/brightnessctl s 5%+";
};
network = {