stuff for esthetics
parent
75a54b82cf
commit
f73818a0a3
|
|
@ -71,7 +71,7 @@
|
||||||
:width 20
|
:width 20
|
||||||
:onclick "hyprctl dispatch workspace ${i.id}"
|
:onclick "hyprctl dispatch workspace ${i.id}"
|
||||||
:class "${i.class}"
|
:class "${i.class}"
|
||||||
{i.name == "special:magic" ? "S" : "${i.name}"})))))
|
{i.name == "special:magic" ? "" : "${i.name}"})))))
|
||||||
|
|
||||||
|
|
||||||
(deflisten workspace-old "scripts/workspace")
|
(deflisten workspace-old "scripts/workspace")
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ input {
|
||||||
kb_model =
|
kb_model =
|
||||||
kb_options =
|
kb_options =
|
||||||
kb_rules =
|
kb_rules =
|
||||||
left_handed = true
|
#left_handed = true
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
|
|
||||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
||||||
|
|
@ -19,12 +19,18 @@ input {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
input{
|
# change monitor to high resolution, the last argument is the scale factor
|
||||||
tablet {
|
monitor = , highres, auto, 2
|
||||||
active_area_size = 276.48 155.52
|
|
||||||
}
|
# unscale XWayland
|
||||||
|
xwayland {
|
||||||
|
force_zero_scaling = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# toolkit-specific scale
|
||||||
|
env = GDK_SCALE,2
|
||||||
|
env = XCURSOR_SIZE,32
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
||||||
gestures {
|
gestures {
|
||||||
workspace_swipe = true
|
workspace_swipe = true
|
||||||
|
|
@ -175,7 +181,9 @@ animations {
|
||||||
animation = border, 1, 10, default
|
animation = border, 1, 10, default
|
||||||
animation = borderangle, 1, 8, default
|
animation = borderangle, 1, 8, default
|
||||||
animation = fade, 1, 7, default
|
animation = fade, 1, 7, default
|
||||||
animation = workspaces, 1, 6, default
|
#animation = workspaces, 1, 6, default
|
||||||
|
#animation = workspaces,1,5,default,slidevert
|
||||||
|
animation = specialWorkspace, 1, 10, default, slidevert
|
||||||
}
|
}
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
||||||
|
|
@ -369,7 +377,7 @@ windowrule = float, title:Gunfire Reborn
|
||||||
#windowrulev2 = fullscreen, class:steam_app_1217060
|
#windowrulev2 = fullscreen, class:steam_app_1217060
|
||||||
#windowrulev2 = fullscreen, title:Gunfire Reborn
|
#windowrulev2 = fullscreen, title:Gunfire Reborn
|
||||||
|
|
||||||
#windowrulev2 = fakefullscreen, title:pico.+
|
windowrulev2 = float, title:pico.+
|
||||||
|
|
||||||
windowrulev2 = minsize 60 70, title:.+btop.+
|
windowrulev2 = minsize 60 70, title:.+btop.+
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue