Initial Commit
This commit is contained in:
65
.config/hypr/variables.conf
Normal file
65
.config/hypr/variables.conf
Normal file
@@ -0,0 +1,65 @@
|
||||
general {
|
||||
border_size = 3
|
||||
no_border_on_floating = false
|
||||
gaps_in = 5
|
||||
gaps_out = 15
|
||||
gaps_workspaces = 0
|
||||
allow_tearing = true
|
||||
|
||||
col.active_border=0xcdd6f4ff
|
||||
col.inactive_border=0xb4befecc
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding = 10
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 0.9
|
||||
shadow {
|
||||
enabled = true
|
||||
range = 8
|
||||
offset = 1 1
|
||||
}
|
||||
#
|
||||
# #TODO BLUR
|
||||
}
|
||||
|
||||
input {
|
||||
kb_layout = fr
|
||||
kb_options = caps:swapescape
|
||||
|
||||
numlock_by_default = true
|
||||
|
||||
sensitivity = 0
|
||||
follow_mouse = 1
|
||||
|
||||
touchpad {
|
||||
natural_scroll = true
|
||||
disable_while_typing = false
|
||||
clickfinger_behavior = true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
misc {
|
||||
animate_manual_resizes = true
|
||||
}
|
||||
|
||||
gestures {
|
||||
workspace_swipe = true
|
||||
}
|
||||
|
||||
cursor {
|
||||
warp_on_change_workspace = true
|
||||
allow_dumb_copy = true
|
||||
}
|
||||
|
||||
env = HYPRCURSOR_THEME,catppuccin-mocha-lavender-cursors
|
||||
env = HYPRCURSOR_SIZE,32
|
||||
exec-once = gsettings set org.gnome.desktop.interface cursor-theme catppuccin-mocha-lavender-cursors
|
||||
exec-once = gsettings set org.gnome.desktop.interface cursor-size 32
|
||||
|
||||
windowrulev2 = opacity 0.0 override, class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = noanim, class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = noinitialfocus, class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = maxsize 1 1, class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = noblur, class:^(xwaylandvideobridge)$
|
||||
Reference in New Issue
Block a user