1
1
Fork 0

Compare commits

...

3 commits

Author SHA1 Message Date
b287e55cb3
hyprland: disable hotspot_padding
Signed-off-by: Myned <dev@bjork.tech>
2024-09-30 16:25:20 -05:00
97f34af92b
fonts: add corefonts
Signed-off-by: Myned <dev@bjork.tech>
2024-09-30 16:25:03 -05:00
17c48e5cf2
hyprland: modify binds
Signed-off-by: Myned <dev@bjork.tech>
2024-09-30 16:24:54 -05:00
3 changed files with 7 additions and 4 deletions

View file

@ -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"

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