Compare commits
No commits in common. "b287e55cb3744723c42a898d670508e0dcd7a3b8" and "9a975598679061e5e143d177b813c052fd359ebb" have entirely different histories.
b287e55cb3
...
9a97559867
3 changed files with 4 additions and 7 deletions
|
@ -142,7 +142,8 @@ in {
|
|||
(key "Escape" "Super" "togglefloating" null)
|
||||
(key "Escape" "Super+Alt" "exec" "lifx state --color red")
|
||||
(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+Alt" "exec" "${left} --scroll kensington-orbit-wireless-tb-mouse")
|
||||
(key "Left" "Super+Shift" "movewindoworgroup" "l")
|
||||
|
@ -175,8 +176,7 @@ in {
|
|||
"--expression '^Picture.in.[Pp]icture$'"
|
||||
"--workspace special:pip"
|
||||
]))
|
||||
(key "Space" "Super" "togglespecialworkspace" "scratchpad")
|
||||
(key "Space" "Super+Shift" "movetoworkspacesilent" "special:scratchpad")
|
||||
(key "Space" "Super" "exec" workspace)
|
||||
(key "Space" "Super+Ctrl+Shift" "exec" (with config.custom;
|
||||
concatStringsSep " " [
|
||||
"${window} move"
|
||||
|
|
|
@ -197,7 +197,7 @@ in {
|
|||
# https://wiki.hyprland.org/Configuring/Variables/#cursor
|
||||
cursor = {
|
||||
hide_on_key_press = true;
|
||||
#// hotspot_padding = 10;
|
||||
hotspot_padding = 10;
|
||||
#// min_refresh_rate = 60; # !! Hardware dependent
|
||||
#// no_break_fs_vrr = true;
|
||||
#// no_hardware_cursors = true;
|
||||
|
|
|
@ -33,9 +33,6 @@ in {
|
|||
"Silkscreen"
|
||||
];
|
||||
})
|
||||
|
||||
# Microsoft
|
||||
corefonts
|
||||
];
|
||||
|
||||
#?? fc-list --brief | grep family: | sort
|
||||
|
|
Loading…
Add table
Reference in a new issue