This commit is contained in:
Miguel Palhas
2025-01-05 09:02:50 +00:00
8 changed files with 25 additions and 61 deletions
+7
View File
@@ -18,6 +18,13 @@
pavucontrol
zathura
lxappearance
xournalpp
jq
# networking
networkmanagerapplet
mtr
dnsutils
# networking
networkmanagerapplet
+13 -32
View File
@@ -14,6 +14,7 @@ in
pamixer
hyprshot
hyprpanel
playerctl
];
home.sessionVariables = {
@@ -23,31 +24,14 @@ in
wayland.windowManager.hyprland = {
enable = true;
settings = {
decoration = {
blur = {
enabled = "yes";
size = 30;
passes = 1;
new_optimizations = "on";
};
# shadow = {
# range = 2;
# render_power = 4;
# };
};
input = {
kb_layout = "us";
kb_options = "ctrl:nocaps";
follow_mouse = 1;
repeat_delay = 150;
repeat_rate = 25;
touchpad = {
natural_scroll = "yes";
};
numlock_by_default = "true";
numlock_by_default = 2;
};
cursor = {
@@ -83,14 +67,6 @@ in
};
dwindle = {
preserve_split = "yes";
};
master = {
orientation = "center";
};
env = [
"GDK_SCALE, 1.5"
"XCURSOR_SIZE, 32"
@@ -121,6 +97,7 @@ in
];
"$mod" = "SUPER";
bind = [
"$mod, t, exec, kitty"
"$mod, e, exec, thunar"
@@ -169,16 +146,20 @@ in
"$mod, mouse_down, workspace, e+1"
"$mod, mouse_up, workspace, e-1"
# media
", XF86AudioRaiseVolume, exec, volumectl -u up"
", XF86AudioLowerVolume, exec, volumectl -u down"
", XF86AudioMute, exec, volumectl toggle-mute"
];
bindel = [
", XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+"
", XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-"
", XF86MonBrightnessUp, exec, brightnessctl set 5%+"
", XF86MonBrightnessDown, exec, brightnessctl set 5%-"
];
bindl = [
", XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle"
", XF86AudioMicMute, exec, volumectl -m toggle-mute"
", XF86AudioNext, exec, playerctl next"
", XF86AudioPrev, exec, playerctl previous"
", XF86AudioPlay, exec, playerctl play-pause"
", XF86MonBrightnessUp, exec, brightnessctl set 5%+"
", XF86MonBrightnessDown, exec, brightnessctl set 5%-"
];
bindm = [
+2 -2
View File
@@ -10,8 +10,8 @@
enabled_layouts = "tall, grid, fat, splits";
# font
font_family = "FiraCode Nerd Font Regular";
bold_font = "FiraCode Nerd Font Bold";
font_family = "FiraCode Nerd Font Mono";
bold_font = "FiraCode Nerd Font Mono Bold";
italic_font = "VictorMono Nerd Font Mono Oblique";
bold_italic_font = "VictorMono Nerd Font Mono Bold Oblique";
disable_ligatures = "cursor";