1
1
Fork 0

Compare commits

..

No commits in common. "b287e55cb3744723c42a898d670508e0dcd7a3b8" and "9a975598679061e5e143d177b813c052fd359ebb" have entirely different histories.

3 changed files with 4 additions and 7 deletions

View file

@ -142,7 +142,8 @@ in {
(key "Escape" "Super" "togglefloating" null) (key "Escape" "Super" "togglefloating" null)
(key "Escape" "Super+Alt" "exec" "lifx state --color red") (key "Escape" "Super+Alt" "exec" "lifx state --color red")
(key "Escape" "Super+Shift" "centerwindow" null) (key "Escape" "Super+Shift" "centerwindow" null)
(key "Grave" "Super" "exec" workspace) (key "Grave" "Super" "togglespecialworkspace" "scratchpad")
(key "Grave" "Super+Shift" "movetoworkspacesilent" "special:scratchpad")
(key "Left" "Super" "movewindow" "l") (key "Left" "Super" "movewindow" "l")
(key "Left" "Super+Alt" "exec" "${left} --scroll kensington-orbit-wireless-tb-mouse") (key "Left" "Super+Alt" "exec" "${left} --scroll kensington-orbit-wireless-tb-mouse")
(key "Left" "Super+Shift" "movewindoworgroup" "l") (key "Left" "Super+Shift" "movewindoworgroup" "l")
@ -175,8 +176,7 @@ in {
"--expression '^Picture.in.[Pp]icture$'" "--expression '^Picture.in.[Pp]icture$'"
"--workspace special:pip" "--workspace special:pip"
])) ]))
(key "Space" "Super" "togglespecialworkspace" "scratchpad") (key "Space" "Super" "exec" workspace)
(key "Space" "Super+Shift" "movetoworkspacesilent" "special:scratchpad")
(key "Space" "Super+Ctrl+Shift" "exec" (with config.custom; (key "Space" "Super+Ctrl+Shift" "exec" (with config.custom;
concatStringsSep " " [ concatStringsSep " " [
"${window} move" "${window} move"

View file

@ -197,7 +197,7 @@ in {
# https://wiki.hyprland.org/Configuring/Variables/#cursor # https://wiki.hyprland.org/Configuring/Variables/#cursor
cursor = { cursor = {
hide_on_key_press = true; hide_on_key_press = true;
#// hotspot_padding = 10; hotspot_padding = 10;
#// min_refresh_rate = 60; # !! Hardware dependent #// min_refresh_rate = 60; # !! Hardware dependent
#// no_break_fs_vrr = true; #// no_break_fs_vrr = true;
#// no_hardware_cursors = true; #// no_hardware_cursors = true;

View file

@ -33,9 +33,6 @@ in {
"Silkscreen" "Silkscreen"
]; ];
}) })
# Microsoft
corefonts
]; ];
#?? fc-list --brief | grep family: | sort #?? fc-list --brief | grep family: | sort