Fixed sway-nc, removed mako, added colemak-dh binds for window managing

This commit is contained in:
Nathan Anderson 2024-10-16 12:11:00 -06:00
parent d8e19f45a8
commit 9598efa9b0

View File

@ -60,22 +60,22 @@
# Autostart # Autostart
exec-once = exec-once =
[ [
#"waybar &"
"swaybg -i ~/.config/hypr/nix.png"
"swaync"
"nwg-panel"
# "nwg-dock-hyprland"
"nm-applet --indicator"
"swaylock" "swaylock"
"swaybg -i ~/.config/hypr/nix.png"
"nwg-panel"
"nm-applet --indicator"
# May need to kill mako if nwg-panel starts it
"swaync"
]; ];
input = input = {
{ repeat_rate = 50;
"touchpad" = { repeat_delay = 400;
"natural_scroll" = true; touchpad = {
natural_scroll = true;
}; };
}; };
gestures = { gestures = {
"workspace_swipe" = true; workspace_swipe = true;
}; };
general = { general = {
gaps_in = 3; gaps_in = 3;
@ -112,7 +112,20 @@
"$mod Shift, right, movewindow, r" "$mod Shift, right, movewindow, r"
"$mod Shift, up, movewindow, u" "$mod Shift, up, movewindow, u"
"$mod Shift, down, movewindow, d" "$mod Shift, down, movewindow, d"
#", Print, exec, grimblast copy area" # Colemak-DH binds
"$mod, N, movefocus, l"
"$mod, O, movefocus, r"
"$mod, E, movefocus, u"
"$mod, I, movefocus, d"
"$mod Shift, N, movewindow, l"
"$mod Shift, O, movewindow, r"
"$mod Shift, E, movewindow, u"
"$mod Shift, I, movewindow, d"
# Disabled laptop keyboard
"$mod SHIFT, K, exec, hyprctl keyword 'device[at-translated-set-2-keyboard]:enabled' 'false' && notify-send 'Laptop keyboard disabled' -i nix-snowflake"
# Reload config
"$mod SHIFT, R, exec, hyprctl reload && notify-send 'Hypr Config Reloaded' -i nix-snowflake"
# Print, exec, grimblast copy area"
] ]
++ ( ++ (
# workspaces # workspaces
@ -166,7 +179,6 @@
networkmanagerapplet networkmanagerapplet
libnotify libnotify
swaynotificationcenter swaynotificationcenter
mako
lynx lynx
qutebrowser qutebrowser
brightnessctl brightnessctl