mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-02 21:30:39 -04:00
175 lines
No EOL
4.4 KiB
Text
175 lines
No EOL
4.4 KiB
Text
|
|
#
|
|
# 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
|
|
|
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
|
monitor = DP-1, 1920x1080@100, 0x540, 1
|
|
monitor = HDMI-A-1, 1920x1080@100, auto, 1
|
|
monitor = HDMI-A-1, transform, 3
|
|
|
|
workspace = DP-1,1
|
|
workspace = HDMI-A-1,6
|
|
|
|
#Laptop Config
|
|
monitor = eDP-1, 1920x1080@144, auto, 1
|
|
workspace = eDP-1,1
|
|
|
|
|
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
|
|
|
|
|
|
|
# Source a file (multi-file configs)
|
|
# source = ~/.config/hypr/myColors.conf
|
|
|
|
# Set programs that you use
|
|
$terminal = kitty
|
|
$fileManager = dolphin
|
|
$menu = rofi -show drun
|
|
$browser = firefox
|
|
$discord = discord --enable-features=UseOzonePlatform --ozone-platform=wayland
|
|
|
|
|
|
# Some default env vars.
|
|
env = XCURSOR_SIZE,24
|
|
env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that
|
|
env = LIBVA_DRIVER_NAME,nvidia
|
|
env = XDG_SESSION_TYPE,wayland
|
|
env = GBM_BACKEND,nvidia-drm
|
|
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
|
env = WLR_NO_HARDWARE_CURSORS,1
|
|
|
|
# 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 = 4
|
|
gaps_out = 8
|
|
border_size = 2
|
|
col.active_border = rgb(ffffff) rgba(00BCFFaa) 45deg
|
|
col.inactive_border = rgba(595959aa)
|
|
resize_on_border = true
|
|
|
|
layout = dwindle
|
|
|
|
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
|
allow_tearing = false
|
|
}
|
|
|
|
decoration {
|
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
|
|
|
rounding = 0
|
|
|
|
blur {
|
|
enabled = true
|
|
size = 6
|
|
passes = 3
|
|
new_optimizations = true
|
|
ignore_opacity = on
|
|
xray = false
|
|
brightness = 1
|
|
|
|
}
|
|
|
|
drop_shadow = yes
|
|
shadow_range = 8
|
|
shadow_render_power = 20
|
|
col.shadow = rgb(AHG444)
|
|
active_opacity = 1
|
|
inactive_opacity = 1
|
|
|
|
}
|
|
|
|
|
|
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
|
|
}
|
|
|
|
misc {
|
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
|
force_default_wallpaper = -3 # Set to 0 to disable the anime mascot wallpapers
|
|
}
|
|
|
|
# Example per-device config
|
|
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
|
|
|
|
|
|
# Plugins
|
|
|
|
# When entering overview mode, you can use left-button to jump, right-button to kill or use keybind
|
|
|
|
# If you are installing hycov with hyprpm, you should comment out this
|
|
# plugin = /usr/lib/libhycov.so
|
|
|
|
# If you are installing hycov by manually compile , you should comment out this
|
|
exec-once = hyprpm reload
|
|
|
|
# bind key to toggle overview (normal)
|
|
bind = ALT,tab,hycov:toggleoverview
|
|
|
|
# bind key to toggle overview (force mode, not affected by `only_active_workspace` or `only_active_monitor`)
|
|
bind = ALT,grave,hycov:toggleoverview,forceall #grave key is the '~' key
|
|
|
|
# bind key to toggle overview (shows all windows in one monitor, not affected by `only_active_workspace` or `only_active_monitor`)
|
|
bind = ALT,g,hycov:toggleoverview,forceallinone
|
|
|
|
# The key binding for directional switch mode.
|
|
# Calculate the window closest to the direction to switch focus.
|
|
# This keybind is applicable not only to the overview, but also to the general layout.
|
|
bind=ALT,left,hycov:movefocus,l
|
|
bind=ALT,right,hycov:movefocus,r
|
|
bind=ALT,up,hycov:movefocus,u
|
|
bind=ALT,down,hycov:movefocus,d
|
|
|
|
# if you want that focusmove can cross monitor, use this
|
|
bind=ALT,left,hycov:movefocus,leftcross
|
|
bind=ALT,right,hycov:movefocus,rightcross
|
|
bind=ALT,up,hycov:movefocus,upcross
|
|
bind=ALT,down,hycov:movefocus,downcross
|
|
|
|
plugin {
|
|
hyprtrails {
|
|
color = rgba(9a8ca3ff)
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
source = ~/.config/hypr/keybindings.conf
|
|
source = ~/.config/hypr/windowrule.conf
|
|
source = ~/.config/hypr/animations.conf
|
|
source = ~/.config/hypr/exec.conf |