(major) make sakopc use hyprland
This commit is contained in:
parent
72d7df78bb
commit
06d6f6ba34
3 changed files with 14 additions and 4 deletions
|
@ -8,8 +8,12 @@
|
|||
#
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
# default
|
||||
monitor=,preferred,auto,auto
|
||||
|
||||
# sakopc
|
||||
monitor = DP-1, 1920x1080@239.96, 0x0, 1
|
||||
monitor = HDMI-A-1, 1920x1080, -1920x0, 1
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
|
||||
|
@ -42,7 +46,6 @@ env = HYPRCURSOR_THEME,rose-pine-hyprcursor
|
|||
# Nvidia Environment Vars
|
||||
env = LIBVA_DRIVER_NAME,nvidia
|
||||
env = XDG_SESSION_TYPE,wayland
|
||||
env = GBM_BACKEND,nvidia-drm
|
||||
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||
|
||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||
|
@ -78,6 +81,10 @@ general {
|
|||
layout = dwindle
|
||||
}
|
||||
|
||||
cursor {
|
||||
no_hardware_cursors = true
|
||||
}
|
||||
|
||||
decoration {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
preload = /home/sako/background.png
|
||||
|
||||
wallpaper = eDP-1,/home/sako/background.png
|
||||
wallpaper = , /home/sako/background.png
|
||||
|
|
|
@ -18,9 +18,11 @@
|
|||
desktop = {
|
||||
printing.enable = true;
|
||||
bspwm = {
|
||||
enable = true;
|
||||
polybar.enable = true;
|
||||
enable = false;
|
||||
polybar.enable = false;
|
||||
};
|
||||
hyprland.enable = true;
|
||||
foot.enable = true;
|
||||
kitty.enable = true;
|
||||
picom.enable = true;
|
||||
dunst.enable = true;
|
||||
|
@ -65,6 +67,7 @@
|
|||
emacs = {
|
||||
enable = true;
|
||||
daemon = true;
|
||||
package = pkgs.emacs-unstable-pgtk;
|
||||
};
|
||||
};
|
||||
cc.enable = true;
|
||||
|
|
Loading…
Reference in a new issue