mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-01 13:00:38 -04:00
149 lines
3.6 KiB
Text
149 lines
3.6 KiB
Text
source = ~/.cache/wal/colors-hyprland.conf
|
|
|
|
#
|
|
# 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 = ,1920x1080,auto,1
|
|
|
|
#Desktop
|
|
monitor = DP-2, 1920x1080@100, 0x250, 1
|
|
monitor = DP-1, 1920x1080@100, auto, 1
|
|
monitor = DP-1, transform, 3
|
|
workspace = 2, persistent:true,monitor:DP-2
|
|
workspace = 3, persistent:true,monitor:DP-2
|
|
workspace = 4, persistent:true,monitor:DP-2
|
|
workspace = 5, persistent:true,monitor:DP-2
|
|
workspace = 6, persistent:true,monitor:DP-1
|
|
workspace = 7, persistent:true,monitor:DP-1
|
|
workspace = 8, persistent:true,monitor:DP-1
|
|
workspace = 9, persistent:true,monitor:DP-1
|
|
workspace = 0, persistent:true,monitor:DP-1
|
|
workspace = 1, persistent:true,monitor:DP-2,default:true
|
|
|
|
|
|
|
|
# Laptop
|
|
#monitor = eDP-1, 1920x1080@144, auto, 1
|
|
workspace = 1, persistent:true,monitor:eDP-1,default:true
|
|
workspace = 2, persistent:true,monitor:eDP-1
|
|
workspace = 3, persistent:true,monitor:eDP-1
|
|
workspace = 4, persistent:true,monitor:eDP-1
|
|
workspace = 5, persistent:true,monitor:eDP-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 = XCURSOR_THEME,Oxygen-35-Black-Ghost
|
|
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_RENDERER_ALLOW_SOFTWARE,1
|
|
|
|
cursor{
|
|
no_hardware_cursors = true
|
|
}
|
|
|
|
render{
|
|
explicit_sync = 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.
|
|
}
|
|
|
|
|
|
|
|
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_status = master
|
|
}
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
plugin {
|
|
hyprtrails {
|
|
color = $color6
|
|
}
|
|
|
|
hyprexpo {
|
|
columns = 3
|
|
gap_size = 20
|
|
bg_col = $color3
|
|
workspace_method = first 1 # [center/first] [workspace] e.g. first 1 or center m+1
|
|
|
|
enable_gesture = true # laptop touchpad, 4 fingers
|
|
gesture_distance = 300 # how far is the "max"
|
|
gesture_positive = true # positive = swipe down. Negative = swipe up.
|
|
}
|
|
|
|
hyprtasking {
|
|
rows = 3
|
|
exit_behavior = original hovered interacted
|
|
gap_size = 8
|
|
bg_color = $color3
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
source = ~/.config/hypr/keybindings.conf
|
|
source = ~/.config/hypr/windowrule.conf
|
|
source = ~/.config/hypr/animations.conf
|
|
source = ~/.config/hypr/exec.conf
|