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