mirror of
https://github.com/flickowoa/dotfiles.git
synced 2026-04-06 00:32:09 +02:00
cleanup
This commit is contained in:
@@ -1,13 +1,17 @@
|
||||
$HERE=~/.config/hypr
|
||||
$SCRIPTS=$HERE/scripts
|
||||
source=./land/defaults.conf # this needs to be sourced before theme file
|
||||
# source=./land/nvidia.conf
|
||||
|
||||
exec-once=$HERE/scripts/powercheck
|
||||
exec-once=$SCRIPTS/portal.sh
|
||||
exec-once=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
|
||||
######################################################################################################
|
||||
$THEME=$HERE/themes/nier
|
||||
######################################################################################################
|
||||
|
||||
source=$THEME/theme.conf # dont change this line, instead use the $THEME variable above
|
||||
|
||||
source=./land/general.conf
|
||||
|
||||
6
config/hypr/land/nvidia.conf
Normal file
6
config/hypr/land/nvidia.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
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
|
||||
# env = WLR_DRM_DEVICES,/dev/dri/card0
|
||||
@@ -1,4 +1,4 @@
|
||||
monitor=,2560x1600@60,auto,1
|
||||
monitor=,2560x1600@60,auto,1 # update these based on your resolution
|
||||
exec=notify-send "On Battery"
|
||||
exec=sleep 1 && pkill swww && swww init
|
||||
animations {
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
monitor=,2560x1600@165,auto,1
|
||||
monitor=,2560x1600@165,auto,1 # update these based on your resolution
|
||||
exec=notify-send "On Power"
|
||||
exec=sleep 1 && pkill swww && swww init
|
||||
|
||||
@@ -5,6 +5,4 @@ asusctl #optional
|
||||
grim
|
||||
slurp
|
||||
swww
|
||||
fish
|
||||
theme.sh
|
||||
ironbar-git
|
||||
fish
|
||||
Reference in New Issue
Block a user