2 Commits

2 changed files with 11 additions and 6 deletions

View File

@@ -24,6 +24,9 @@ in
grim
slurp
wl-clipboard
pamixer
brightnessctl
playerctl
];
systemd.user.targets.hyprland-session.Unit.Wants = [
@@ -74,6 +77,7 @@ in
input = {
kb_layout = "de";
kb_variant = "mac";
kb_options = "apple:fn_lock";
repeat_rate = 50;
repeat_delay = 300;
@@ -92,7 +96,7 @@ in
general = {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
gaps_in = 4;
gaps_in = 2;
gaps_out = 0;
border_size = 4;
@@ -192,8 +196,8 @@ in
# ];
exec-once = [
"waybar &"
"swww-daemon & disown"
"waybar &"
];
# Keybindings
@@ -205,19 +209,21 @@ in
"${super}, O, exec, obsidian"
"${super}, I, exec, floorp"
"${super}, G, exec, thunderbird"
", XF86Mail, exec, thunderbird"
"${super}, N, exec, nautilus"
", XF86Search, exec, nautilus"
# Lock Screen
"${super}, M, exit, "
# swaync
"${super}, Y, exec, swaync-client -t -sw"
# Rofi bindings
"${super}, F, exec, ${filebrowser}"
"${super}, A, exec, ${apps}"
", Menu, exec, ${apps}"
"${super}, R, exec, ${menu}"
", XF86LaunchA, exec, ${menu}"
"${super}, S, exec, ${power}"
", XF86LaunchB, exec, ${power}"
# Move focus with mainMod + arrow keys
"${super}, left, movefocus, l"

View File

@@ -6,7 +6,6 @@
enable = true;
support32Bit = true;
};
#jack.enable = true; # audio production
pulse.enable = true;
};
security.rtkit.enable = true;