Remaped Keys; installed necessary software for controlling
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
enable = true;
|
||||
support32Bit = true;
|
||||
};
|
||||
#jack.enable = true; # audio production
|
||||
pulse.enable = true;
|
||||
};
|
||||
security.rtkit.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user