Merged lappy, did some changes for PC...
This commit is contained in:
parent
c16d765cf3
commit
0375e85d8c
2 changed files with 26 additions and 18 deletions
|
@ -23,19 +23,21 @@
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||||
#monitor=,preferred,auto,auto
|
#monitor=,preferred,auto,auto
|
||||||
monitor=eDP-1, 1920x1080, 0x0, 1
|
monitor=DP-3, highrr, 1920x0, 1 #, bitdepth, 10
|
||||||
|
monitor=DP-4, 1920x1080, 0x0, 1
|
||||||
|
monitor=Unknown-1, disable
|
||||||
|
|
||||||
|
|
||||||
workspace=1,monitor:eDP-1
|
workspace=1,monitor:DP-3
|
||||||
workspace=2,monitor:eDP-1
|
workspace=2,monitor:DP-3
|
||||||
workspace=3,monitor:eDP-1
|
workspace=3,monitor:DP-3
|
||||||
workspace=4,monitor:eDP-1
|
workspace=4,monitor:DP-3
|
||||||
workspace=5,monitor:eDP-1
|
workspace=5,monitor:DP-3
|
||||||
workspace=6,monitor:eDP-1
|
workspace=6,monitor:DP-4
|
||||||
workspace=7,monitor:eDP-1
|
workspace=7,monitor:DP-4
|
||||||
workspace=8,monitor:eDP-1
|
workspace=8,monitor:DP-4
|
||||||
workspace=9,monitor:eDP-1
|
workspace=9,monitor:DP-4
|
||||||
workspace=10,monitor:eDP-1
|
workspace=10,monitor:DP-4
|
||||||
|
|
||||||
|
|
||||||
xwayland {
|
xwayland {
|
||||||
|
@ -66,7 +68,7 @@ $menu = wofi --show drun --theme /home/kirreen/.local/share/rofi/themes/tokyonig
|
||||||
exec-once = waybar & hyprpaper #& firefox
|
exec-once = waybar & hyprpaper #& firefox
|
||||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
exec-once = vesktop & nheko
|
exec-once = vesktop & nheko
|
||||||
# exec-once = env LD_PRELOAD=/usr/lib32/libextest.so /usr/bin/steam-runtime %U -pipewire
|
exec-once = env LD_PRELOAD=/usr/lib32/libextest.so /usr/bin/steam-runtime %U -pipewire
|
||||||
# env XDG_SESSION_TYPE=x11 discord
|
# env XDG_SESSION_TYPE=x11 discord
|
||||||
|
|
||||||
#############################
|
#############################
|
||||||
|
@ -77,11 +79,11 @@ exec-once = vesktop & nheko
|
||||||
|
|
||||||
env = XCURSOR_SIZE,24
|
env = XCURSOR_SIZE,24
|
||||||
env = HYPRCURSOR_SIZE,24
|
env = HYPRCURSOR_SIZE,24
|
||||||
# env = LIBVA_DRIVER_NAME,nvidia
|
env = LIBVA_DRIVER_NAME,nvidia
|
||||||
env = XDG_SESSION_TYPE,wayland
|
env = XDG_SESSION_TYPE,wayland
|
||||||
# env = GBM_BACKEND,nvidia-drm
|
env = GBM_BACKEND,nvidia-drm
|
||||||
# env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||||
# env = WLR_DRM_DEVICES,/home/kirreen/.config/hypr/card
|
env = WLR_DRM_DEVICES,/home/kirreen/.config/hypr/card
|
||||||
env = HYPRSHOT_DIR,/home/kirreen/Pictures/Screenshots
|
env = HYPRSHOT_DIR,/home/kirreen/Pictures/Screenshots
|
||||||
env = GTK_THEME="Adwaita:dark"
|
env = GTK_THEME="Adwaita:dark"
|
||||||
|
|
||||||
|
|
6
root/entries_arch.conf
Executable file
6
root/entries_arch.conf
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
title Arch Linux
|
||||||
|
linux /vmlinuz-linux
|
||||||
|
initrd /intel-ucode.img
|
||||||
|
initrd /initramfs-linux.img
|
||||||
|
|
||||||
|
options root=UUID=4fac8a20-ab51-4ba7-b4c2-4c5bf9b0f3d9 rw zswap.enabled=1 resume=PARTUUID=64abb814-c1d3-495a-a3a8-f4c510168b9a resume_offset=43464704
|
Loading…
Reference in a new issue