Compare commits
No commits in common. "61e21557584a0c7535894d0557e87b5faad2b8c8" and "4980de6c864efc57631820cab7b67ed4d23f4146" have entirely different histories.
61e2155758
...
4980de6c86
2 changed files with 5 additions and 13 deletions
|
@ -38,7 +38,6 @@ with lib; let
|
|||
toggle = "~/.local/bin/toggle";
|
||||
virt-manager = "${config.programs.virt-manager.package}/bin/virt-manager";
|
||||
vm = "~/.local/bin/vm";
|
||||
vrr = "~/.local/bin/vrr";
|
||||
walker = "${config.home-manager.users.${config.custom.username}.programs.walker.package}/bin/walker";
|
||||
waydroid = "${pkgs.waydroid}/bin/waydroid";
|
||||
zoom = "~/.local/bin/zoom";
|
||||
|
@ -67,9 +66,9 @@ in {
|
|||
|
||||
# Lockscreen binds
|
||||
bindl = [
|
||||
(key "Apostrophe" "Super" "exec" inhibit)
|
||||
(key "Delete" "Ctrl" "exec" "${hyprctl} reload")
|
||||
(key "Delete" "Ctrl+Alt" "exec" "${loginctl} terminate-session ''")
|
||||
(key "Slash" "Super" "exec" inhibit)
|
||||
|
||||
(key "L" "Super" "exec" "${hyprlock} --immediate & ${sleep} 1 && ${hyprctl} dispatch dpms off")
|
||||
|
||||
|
@ -132,7 +131,8 @@ in {
|
|||
(key "Bracketleft" "Super+Shift" "splitratio" "-0.1")
|
||||
(key "Bracketright" "Super" "layoutmsg" "orientationnext")
|
||||
(key "Bracketright" "Super+Shift" "splitratio" "+0.1")
|
||||
(key "Delete" "Super" "exec" "${swayosd-client} --output-volume mute-toggle")
|
||||
(key "Delete" "Super" "exec" "${swayosd-client} --output-volume mute")
|
||||
(key "Delete" "Super+Shift" "exec" "${left} --scroll kensington-orbit-wireless-tb-mouse")
|
||||
(key "Down" "Super" "movewindow" "d")
|
||||
(key "Down" "Super+Shift" "movewindoworgroup" "d")
|
||||
(key "Equal" "Super" "exec" "${swayosd-client} --output-volume raise")
|
||||
|
@ -141,7 +141,6 @@ in {
|
|||
(key "Escape" "Super+Alt" "exec" "lifx state --color red")
|
||||
(key "Escape" "Super+Shift" "centerwindow" null)
|
||||
(key "Left" "Super" "movewindow" "l")
|
||||
(key "Left" "Super+Alt" "exec" "${left} --scroll kensington-orbit-wireless-tb-mouse")
|
||||
(key "Left" "Super+Shift" "movewindoworgroup" "l")
|
||||
(key "Minus" "Super" "exec" "${swayosd-client} --output-volume lower")
|
||||
(key "Minus" "Super+Shift" "exec" "${zoom} -0.1")
|
||||
|
@ -153,7 +152,6 @@ in {
|
|||
(key "Return" "Super+Shift" "fullscreen" "0") # Fullscreen
|
||||
(key "Right" "Super" "movewindow" "r")
|
||||
(key "Right" "Super+Shift" "movewindoworgroup" "r")
|
||||
(key "Slash" "Super" "exec" vrr)
|
||||
(key "Space" "Ctrl" "exec" (concatStringsSep " " [
|
||||
"${toggle}"
|
||||
"--focus"
|
||||
|
|
|
@ -41,10 +41,7 @@ if (("$left")); then
|
|||
fi
|
||||
|
||||
touch "${argc_file:-}"
|
||||
|
||||
if [[ ! "${argc_init:-}" ]]; then
|
||||
notify-send "> left" "Left-pawed" --urgency low
|
||||
fi
|
||||
else
|
||||
hyprctl keyword "device[${argc_device:-}]:left_handed" false
|
||||
|
||||
|
@ -53,8 +50,5 @@ else
|
|||
fi
|
||||
|
||||
rm --force "${argc_file:-}"
|
||||
|
||||
if [[ ! "${argc_init:-}" ]]; then
|
||||
notify-send "> left" "Right-pawed" --urgency low
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue