71 lines
1.9 KiB
Plaintext
71 lines
1.9 KiB
Plaintext
|
|
|
|
|
|
|
|
#SOURCES
|
|
source = ~/.config/hypr/keybindings.conf
|
|
source = ~/.config/hypr/input.conf
|
|
source = ~/.config/hypr/theme.conf
|
|
|
|
|
|
################
|
|
### MONITORS ###
|
|
################
|
|
|
|
monitor=eDP-1,2560x1600@75,auto,1.6
|
|
monitor=HDMI-A-1,1920x1080@165,auto,auto
|
|
|
|
xwayland {
|
|
force_zero_scaling = true
|
|
}
|
|
|
|
#env = _JAVA_AWT_WM_NONREPARENTING,1
|
|
#############################
|
|
### ENVIRONMENT VARIABLES ###
|
|
#############################
|
|
|
|
# DARK THEME
|
|
exec-once = hyprland-minimizer
|
|
exec-once = gsettings set org.gnome.desktop.interface gtk-theme "Adwaita-dark"
|
|
exec-once = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark"
|
|
env = QT_QPA_PLATFORMTHEME,qt6ct # for Qt apps
|
|
#env = LIBSEAT_BACKEND,logind
|
|
# EXECS
|
|
exec = ~/.config/hypr/scripts/restart.sh waybar
|
|
exec-once = wl-paste --type text --watch cliphist store
|
|
exec-once = wl-paste --type image --watch cliphist store
|
|
exec = swaybg -i /home/hadvart/Downloads/limbo.png -m fill
|
|
exec-once = swayosd-server
|
|
exec-once = kanshi
|
|
exec-once = /opt/activitywatch/aw-server/aw-server
|
|
exec-once = bash -c sleep 3 && aw-awatcher
|
|
exec-once = /usr/lib/xdg-desktop-portal-hyprland
|
|
exec-once = /usr/lib/xdg-desktop-portal
|
|
exec-once = dbus-update-activation-environment --all
|
|
exec-once = pipewire
|
|
exec-once = wireplumber
|
|
exec-once = pipewire-pulse
|
|
|
|
env = XCURSOR_SIZE,24
|
|
env = HYPRCURSOR_SIZE,24
|
|
|
|
dwindle {
|
|
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
|
preserve_split = true # You probably want this
|
|
}
|
|
|
|
master {
|
|
new_status = master
|
|
}
|
|
|
|
misc {
|
|
force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers
|
|
disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
|
|
}
|
|
############################
|
|
### WINDOWS AND WORKSPACES ###
|
|
##############################
|
|
|
|
# Unbind the power key so acpid can handle it
|
|
bind = , KEY_POWER, exec, alacritty
|