Update 3 files
- /modules/hm/userprefs.conf - /modules/hm/keybindings.conf - /modules/hm/default.nix
This commit is contained in:
68
modules/hm/userprefs.conf
Normal file
68
modules/hm/userprefs.conf
Normal file
@@ -0,0 +1,68 @@
|
||||
|
||||
# █░█ █▀ █▀▀ █▀█ █▀█ █▀█ █▀▀ █▀▀ █▀
|
||||
# █▄█ ▄█ ██▄ █▀▄ █▀▀ █▀▄ ██▄ █▀░ ▄█
|
||||
|
||||
# Set your personal hyprland configuration here
|
||||
# See https://wiki.hyprland.org/Configuring for more information
|
||||
|
||||
# // █ █▄░█ █▀█ █░█ ▀█▀
|
||||
# // █ █░▀█ █▀▀ █▄█ ░█░
|
||||
|
||||
|
||||
# Uncomment to enable // change to a preferred value
|
||||
# 🔗 See https://wiki.hyprland.org/Configuring/Variables/#input
|
||||
input {
|
||||
# kb_layout = us
|
||||
# follow_mouse = 1
|
||||
# sensitivity = 0
|
||||
# force_no_accel = 0
|
||||
# accel_profile = flat
|
||||
# numlock_by_default = true
|
||||
|
||||
# 🔗 See https://wiki.hyprland.org/Configuring/Variables/#touchpad
|
||||
touchpad {
|
||||
natural_scroll = no
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
# 🔗 See https://wiki .hyprland.org/Configuring/Variables/#gestures
|
||||
gestures {
|
||||
# workspace_swipe = true
|
||||
# workspace_swipe_fingers = 3
|
||||
}
|
||||
|
||||
# for window shallow similar to devour
|
||||
misc {
|
||||
# enable_swallow = true
|
||||
# swallow_regex = (foot|kitty|allacritty|Alacritty|ghostty|Ghostty|org.wezfurlong.wezterm)
|
||||
}
|
||||
|
||||
# Don't show update on first launch
|
||||
ecosystem {
|
||||
# no_update_news = true
|
||||
}
|
||||
|
||||
general {
|
||||
layout = scrolling
|
||||
}
|
||||
|
||||
plugin {
|
||||
hyprscrolling {
|
||||
column_width = 0.7
|
||||
fullscreen_on_one_column = false
|
||||
}
|
||||
hyprexpo {
|
||||
columns = 3
|
||||
gap_size = 5
|
||||
bg_col = rgb(111111)
|
||||
workspace_method = center current # [center/first] [workspace] e.g. first 1 or center m+1
|
||||
|
||||
gesture_distance = 300 # how far is the "max" for the gesture
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
exec-once = kime
|
||||
Reference in New Issue
Block a user