Remaped Keys; installed necessary software for controlling

This commit is contained in:
2026-03-28 20:15:46 +01:00
parent 3f8b11c058
commit 32f40c309a
2 changed files with 11 additions and 6 deletions

View File

@@ -28,6 +28,9 @@ in
grim
slurp
wl-clipboard
pamixer
brightnessctl
playerctl
];
systemd.user.targets.hyprland-session.Unit.Wants = [
@@ -78,6 +81,7 @@ in
input = {
kb_layout = "de";
kb_variant = "mac";
kb_options = "apple:fn_lock";
repeat_rate = 50;
repeat_delay = 300;
@@ -96,7 +100,7 @@ in
general = {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
gaps_in = 4;
gaps_in = 2;
gaps_out = 0;
border_size = 4;
@@ -196,8 +200,8 @@ in
# ];
exec-once = [
"waybar &"
"swww-daemon & disown"
"waybar &"
];
# Keybindings
@@ -209,19 +213,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"