🗑️ hypr: remove user-specific settings
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
temperature = 4064
|
|
||||||
gamma = 100
|
|
||||||
@@ -4,6 +4,3 @@
|
|||||||
###############
|
###############
|
||||||
# Wiki: https://wiki.hyprland.org/Configuring/Keywords/#executing
|
# Wiki: https://wiki.hyprland.org/Configuring/Keywords/#executing
|
||||||
|
|
||||||
# Apps
|
|
||||||
exec-once = discord --start-minimized
|
|
||||||
exec-once = steam -silent
|
|
||||||
|
|||||||
@@ -5,30 +5,9 @@
|
|||||||
# Wiki: https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs
|
# Wiki: https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs
|
||||||
|
|
||||||
|
|
||||||
input {
|
|
||||||
kb_layout = us
|
|
||||||
kb_variant = intl
|
|
||||||
kb_model = pc105
|
|
||||||
|
|
||||||
numlock_by_default = true
|
|
||||||
follow_mouse = 1
|
|
||||||
|
|
||||||
sensitivity = 0 # -1.0 to 1.0, 0 means no modification.
|
|
||||||
|
|
||||||
touchpad {
|
|
||||||
natural_scroll = true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
##############
|
##############
|
||||||
## GESTURES ##
|
## GESTURES ##
|
||||||
##############
|
##############
|
||||||
|
|
||||||
# Wiki: https://wiki.hyprland.org/Configuring/Variables/#gestures
|
# Wiki: https://wiki.hyprland.org/Configuring/Variables/#gestures
|
||||||
|
|
||||||
|
|
||||||
gestures {
|
|
||||||
workspace_swipe = true
|
|
||||||
workspace_swipe_fingers = 3
|
|
||||||
workspace_swipe_create_new = true
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -13,4 +13,5 @@
|
|||||||
# arg4 -> variable refresh rate(optional);
|
# arg4 -> variable refresh rate(optional);
|
||||||
# - arg40 -> 1: vrr, 0: no vrr.
|
# - arg40 -> 1: vrr, 0: no vrr.
|
||||||
|
|
||||||
monitor = HDMI-A-1, 1920x1080@75, 0x0, 1, vrr, 0
|
# Example configuration:
|
||||||
|
# monitor = HDMI-A-1, 1920x1080@60, 0x0, 1, vrr, 0
|
||||||
|
|||||||
@@ -6,34 +6,3 @@
|
|||||||
# See https://wiki.hyprland.org/Configuring/Window-Rules for
|
# See https://wiki.hyprland.org/Configuring/Window-Rules for
|
||||||
# more information on how to do this
|
# more information on how to do this
|
||||||
|
|
||||||
# Floating windows
|
|
||||||
windowrule = float, class:moe.launcher.*
|
|
||||||
windowrule = float, class:com.github.rafostar.Clapper
|
|
||||||
windowrule = float, class:blueberry.py
|
|
||||||
windowrule = float, class:org.gnome.Loupe
|
|
||||||
windowrule = float, class:mcpelauncher-webview
|
|
||||||
windowrule = float, class:org.gnome.Calculator
|
|
||||||
windowrule = float, class:io.mrarm.mcpelauncher-ui-qt
|
|
||||||
windowrule = float, class:Resources
|
|
||||||
|
|
||||||
# Resize
|
|
||||||
windowrule = size 50% 50%, class:blueberry.py
|
|
||||||
windowrule = size 70% 70%, class:io.mrarm.mcpelauncher-ui-qt
|
|
||||||
|
|
||||||
# Moving
|
|
||||||
windowrule = move 49.27% 7.28%, class:blueberry.py
|
|
||||||
|
|
||||||
# Animations
|
|
||||||
windowrule = animation gnomed, class:moe.launcher..*
|
|
||||||
|
|
||||||
|
|
||||||
# Opacity
|
|
||||||
windowrule = opacity .95 .95, class:kitty
|
|
||||||
windowrule = opacity .88 .88, class:spotify
|
|
||||||
windowrule = opacity .88 .88, class:hyprpolkitagent
|
|
||||||
|
|
||||||
# No blur
|
|
||||||
windowrule = noblur, class:steam(.*)$
|
|
||||||
|
|
||||||
# Others
|
|
||||||
windowrule = noinitialfocus, class:Anydesk, title:anydesk
|
|
||||||
|
|||||||
Reference in New Issue
Block a user