Compare commits
3 commits
9a97559867
...
b287e55cb3
Author | SHA1 | Date | |
---|---|---|---|
b287e55cb3 | |||
97f34af92b | |||
17c48e5cf2 |
3 changed files with 7 additions and 4 deletions
|
@ -142,8 +142,7 @@ 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" "togglespecialworkspace" "scratchpad")
|
(key "Grave" "Super" "exec" workspace)
|
||||||
(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")
|
||||||
|
@ -176,7 +175,8 @@ in {
|
||||||
"--expression '^Picture.in.[Pp]icture$'"
|
"--expression '^Picture.in.[Pp]icture$'"
|
||||||
"--workspace special:pip"
|
"--workspace special:pip"
|
||||||
]))
|
]))
|
||||||
(key "Space" "Super" "exec" workspace)
|
(key "Space" "Super" "togglespecialworkspace" "scratchpad")
|
||||||
|
(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"
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -33,6 +33,9 @@ in {
|
||||||
"Silkscreen"
|
"Silkscreen"
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
|
||||||
|
# Microsoft
|
||||||
|
corefonts
|
||||||
];
|
];
|
||||||
|
|
||||||
#?? fc-list --brief | grep family: | sort
|
#?? fc-list --brief | grep family: | sort
|
||||||
|
|
Loading…
Add table
Reference in a new issue