init: copy from Hacmini
This commit is contained in:
144
dotfiles/hypr/hyprland.conf
Normal file
144
dotfiles/hypr/hyprland.conf
Normal file
@@ -0,0 +1,144 @@
|
||||
|
||||
# #######################################################################################
|
||||
# AUTOGENERATED HYPR CONFIG.
|
||||
# PLEASE USE THE CONFIG PROVIDED IN THE GIT REPO /examples/hypr.conf AND EDIT IT,
|
||||
# OR EDIT THIS ONE ACCORDING TO THE WIKI INSTRUCTIONS.
|
||||
# #######################################################################################
|
||||
|
||||
#
|
||||
# Please note not all available settings / options are set here.
|
||||
# For a full list, see the wiki
|
||||
#
|
||||
|
||||
# autogenerated = 1 # remove this line to remove the warning
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# wal color
|
||||
# -----------------------------------------------------------------------------
|
||||
source = ~/.cache/wal/colors-hyprland.conf
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Monitors
|
||||
# -----------------------------------------------------------------------------
|
||||
source = conf/monitor.conf
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Autostart
|
||||
# -----------------------------------------------------------------------------
|
||||
source = conf/autostart.conf
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Cursor
|
||||
# -----------------------------------------------------------------------------
|
||||
source = conf/cursor.conf
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
|
||||
# Execute your favorite apps at launch
|
||||
# exec-once = waybar & hyprpaper & firefox
|
||||
|
||||
# Source a file (multi-file configs)
|
||||
# source = ~/.config/hypr/myColors.conf
|
||||
|
||||
# Set programs that you use
|
||||
$terminal = kitty
|
||||
$fileManager = dolphin
|
||||
$menu = wofi --show drun
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Environment
|
||||
# -----------------------------------------------------------------------------
|
||||
source = conf/environment.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 to 1.0, 0 means no modification.
|
||||
}
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Window
|
||||
# -----------------------------------------------------------------------------
|
||||
source = conf/window.conf
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Decoration
|
||||
# -----------------------------------------------------------------------------
|
||||
source = conf/decoration.conf
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Animation
|
||||
# -----------------------------------------------------------------------------
|
||||
source = conf/animation.conf
|
||||
|
||||
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
|
||||
#new_is_master = true
|
||||
}
|
||||
|
||||
gestures {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
workspace_swipe = off
|
||||
}
|
||||
|
||||
# Example per-device config
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
|
||||
device {
|
||||
name = epic-mouse-v1
|
||||
sensitivity = -0.5
|
||||
}
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Window Rules
|
||||
# -----------------------------------------------------------------------------
|
||||
source = conf/windowrule.conf
|
||||
|
||||
# Example windowrule v1
|
||||
# windowrule = float, ^(kitty)$
|
||||
# Example windowrule v2
|
||||
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||
windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Environment for xdg-desktop-portal-hyprland
|
||||
# -----------------------------------------------------------------------------
|
||||
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Load configurations
|
||||
# -----------------------------------------------------------------------------
|
||||
source = conf/keybinding.conf
|
||||
source = conf/misc.conf
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Hidpi
|
||||
# -----------------------------------------------------------------------------
|
||||
source = conf/hidpi.conf
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Fcitx5
|
||||
# -----------------------------------------------------------------------------
|
||||
source = conf/fcitx5.conf
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Custom
|
||||
# -----------------------------------------------------------------------------
|
||||
source = conf/custom.conf
|
||||
Reference in New Issue
Block a user