old hyprland config
This commit is contained in:
100
.config/hypr/hyprland.conf
Normal file → Executable file
100
.config/hypr/hyprland.conf
Normal file → Executable file
@@ -1,3 +1,99 @@
|
|||||||
|
# _____ __ __ _____ _____ __ _____ _____ ____
|
||||||
|
# | | | | | _ | __ | | | _ | | | \
|
||||||
|
# | |_ _| __| -| |__| | | | | | |
|
||||||
|
# |__|__| |_| |__| |__|__|_____|__|__|_|___|____/
|
||||||
#
|
#
|
||||||
# ~/.config/hypr/hyprland.conf
|
# by Bina & Honney
|
||||||
#
|
|
||||||
|
source = ~/.config/hypr/hyprland/env.conf
|
||||||
|
source = ~/.config/hypr/hyprland/theme.conf
|
||||||
|
|
||||||
|
# -- execute at launch --
|
||||||
|
source = ~/.config/hypr/hyprland/autostart.conf
|
||||||
|
|
||||||
|
|
||||||
|
# -- pywal colors --
|
||||||
|
source = ~/.config/wal/templates/colors-hyprland
|
||||||
|
|
||||||
|
# -- monitor --
|
||||||
|
monitor=,preferred,auto,auto
|
||||||
|
monitor=DP-4,3840x2160@60,-3840x0,1
|
||||||
|
monitor=DP-5,3840x2160@60,-3840x0,1
|
||||||
|
monitor=DP-1,3840x2160@60,-3840x0,1
|
||||||
|
monitor=DP-7,3840x2160@60,-3840x0,1
|
||||||
|
monitor=DP-3,3840x2160@144,0x0,1
|
||||||
|
monitor=HDMI-A-1,1920x1080@60,-1920x-1080,1,transform,2
|
||||||
|
monitor=DP-2,1920x1080@144,0x-1080,1,transform,2
|
||||||
|
|
||||||
|
# -- programs --
|
||||||
|
$terminal = kitty
|
||||||
|
$fileManager = nemo # put your preffered fileManager here, choose keybind
|
||||||
|
$menu = wofi --show drun
|
||||||
|
|
||||||
|
# Cursor
|
||||||
|
env = HYPRCURSOR_THEME,DJ-FOX-C
|
||||||
|
env = HYPRCURSOR_SIZE,48
|
||||||
|
|
||||||
|
# -- environment variables --
|
||||||
|
|
||||||
|
general {
|
||||||
|
gaps_in = 5
|
||||||
|
gaps_out = 8
|
||||||
|
border_size = 0
|
||||||
|
layout = dwindle
|
||||||
|
allow_tearing = false
|
||||||
|
}
|
||||||
|
|
||||||
|
decoration {
|
||||||
|
rounding = 5
|
||||||
|
active_opacity = 0.92
|
||||||
|
inactive_opacity = 0.92
|
||||||
|
fullscreen_opacity = 1
|
||||||
|
blur {
|
||||||
|
enabled = false
|
||||||
|
size = 3
|
||||||
|
passes = 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
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.
|
||||||
|
numlock_by_default = true
|
||||||
|
}
|
||||||
|
|
||||||
|
animations {
|
||||||
|
enabled = yes
|
||||||
|
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||||
|
animation = windows, 1, 7, myBezier
|
||||||
|
animation = windowsOut, 1, 7, default, popin 80%
|
||||||
|
animation = border, 1, 10, default
|
||||||
|
animation = borderangle, 1, 8, default
|
||||||
|
animation = fade, 1, 7, default
|
||||||
|
animation = workspaces, 1, 6, default
|
||||||
|
}
|
||||||
|
|
||||||
|
dwindle {
|
||||||
|
pseudotile = yes
|
||||||
|
preserve_split = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
#gestures {
|
||||||
|
# workspace_swipe = off
|
||||||
|
#}
|
||||||
|
|
||||||
|
misc {
|
||||||
|
force_default_wallpaper = 0
|
||||||
|
disable_hyprland_logo = true
|
||||||
|
}
|
||||||
|
|
||||||
|
source = ~/.config/hypr/hyprland/bind.conf
|
||||||
|
source = ~/.config/hypr/hyprland/workspaces.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user