added ghostty as default terminal for hyprshell; updated gestures and general layout for hyprland
This commit is contained in:
@@ -23,8 +23,8 @@ general {
|
|||||||
|
|
||||||
resize_on_border = true
|
resize_on_border = true
|
||||||
|
|
||||||
gaps_in = 4
|
gaps_in = 2
|
||||||
gaps_out = 8
|
gaps_out = 4
|
||||||
|
|
||||||
layout = dwindle
|
layout = dwindle
|
||||||
|
|
||||||
@@ -40,6 +40,7 @@ decoration {
|
|||||||
enabled = true
|
enabled = true
|
||||||
size = 3
|
size = 3
|
||||||
passes = 1
|
passes = 1
|
||||||
|
new_optimizations = true
|
||||||
}
|
}
|
||||||
|
|
||||||
shadow {
|
shadow {
|
||||||
@@ -48,6 +49,10 @@ decoration {
|
|||||||
render_power = 3
|
render_power = 3
|
||||||
color = rgba(1a1a1aee)
|
color = rgba(1a1a1aee)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dim_inactive = true
|
||||||
|
dim_strength = 0.05
|
||||||
|
dim_special = 0.07
|
||||||
}
|
}
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
|
|||||||
@@ -12,9 +12,15 @@ input {
|
|||||||
touchpad {
|
touchpad {
|
||||||
natural_scroll = true
|
natural_scroll = true
|
||||||
clickfinger_behavior = true
|
clickfinger_behavior = true
|
||||||
|
disable_while_typing = true
|
||||||
|
scroll_factor = 0.5
|
||||||
}
|
}
|
||||||
|
|
||||||
sensitivity = 0 # -1.0 to 1.0, 0 means no modification
|
sensitivity = 0 # -1.0 to 1.0, 0 means no modification
|
||||||
}
|
}
|
||||||
|
|
||||||
gesture = 3, horizontal, workspace
|
gesture = 3, horizontal, workspace
|
||||||
|
gestures {
|
||||||
|
workspace_swipe_direction_lock = true
|
||||||
|
workspace_swipe_direction_lock_threshold = 10
|
||||||
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
items_per_row: 5,
|
items_per_row: 5,
|
||||||
overview: (
|
overview: (
|
||||||
launcher: (
|
launcher: (
|
||||||
default_terminal: None,
|
default_terminal: "ghostty",
|
||||||
launch_modifier: "ctrl",
|
launch_modifier: "ctrl",
|
||||||
width: 650,
|
width: 650,
|
||||||
max_items: 5,
|
max_items: 5,
|
||||||
|
|||||||
Reference in New Issue
Block a user