86 lines
2 KiB
Text
86 lines
2 KiB
Text
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
|
|
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
|
# PC
|
|
monitor=DP-1,2560x1440@144,auto,auto
|
|
|
|
# Laptop
|
|
monitor=eDP-1,1920x1080@60,auto,1.20
|
|
|
|
# Programs
|
|
$terminal = kitty
|
|
$fileManager = Thunar
|
|
$menu = ~/.config/rofi/scripts/launcher_t1
|
|
$powerMenu = ~/.config/rofi/scripts/powermenu_t1
|
|
$lockScreen = hyprlock
|
|
|
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
|
$mainMod = SUPER
|
|
|
|
$hypr = ~/.config/hypr/hyprland
|
|
|
|
source = $hypr/animations.conf
|
|
source = $hypr/colours.conf
|
|
source = $hypr/decorations.conf
|
|
source = $hypr/env.conf
|
|
source = $hypr/execs.conf
|
|
source = $hypr/keybinds.conf
|
|
source = $hypr/rules.conf
|
|
|
|
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
|
input {
|
|
kb_layout = us
|
|
kb_variant =
|
|
kb_model =
|
|
kb_options =
|
|
kb_rules =
|
|
|
|
follow_mouse = 1
|
|
|
|
touchpad {
|
|
natural_scroll = no
|
|
}
|
|
|
|
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
|
}
|
|
|
|
general {
|
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
|
|
|
gaps_in = 10
|
|
gaps_out = 10
|
|
border_size = 3
|
|
|
|
layout = dwindle
|
|
|
|
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
|
allow_tearing = true
|
|
}
|
|
|
|
dwindle {
|
|
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
|
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
|
preserve_split = yes # you probably want this
|
|
}
|
|
|
|
master {
|
|
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
|
}
|
|
|
|
gestures {
|
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
|
workspace_swipe = on
|
|
}
|
|
|
|
misc {
|
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
|
force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers
|
|
}
|
|
|
|
# Example per-device config
|
|
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
|
|
device {
|
|
name = epic-mouse-v1
|
|
sensitivity = -0.5
|
|
}
|
|
|