Make changes for magicman
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
"$term" = "kitty";
|
||||
|
||||
monitor = [
|
||||
"eDP-1,1920x1080@60,0x0,1"
|
||||
];
|
||||
input = {
|
||||
kb_layout = "no";
|
||||
@@ -34,11 +35,7 @@
|
||||
};
|
||||
|
||||
env = [
|
||||
"LIBVA_DRIVER_NAME,nvidia"
|
||||
"XDG_SESSION_TYPE,wayland"
|
||||
"GBM_BACKEND,nvidia-drm"
|
||||
# "__GLX_VENDOR_LIBRARY_NAME,nvidia"
|
||||
"WLR_NO_HARDWARE_CURSORS,1"
|
||||
];
|
||||
|
||||
decoration = {
|
||||
@@ -86,11 +83,6 @@
|
||||
];
|
||||
|
||||
workspace = [
|
||||
"name:mumble, monitor:$mon_top, persistent:true, default:true"
|
||||
"name:left, monitor:$mon_left, persistent:true, default:true"
|
||||
"name:right, monitor:$mon_right, persistent:true, default:true"
|
||||
"name:main 1, monitor:$mon_center, persistent:true, default:true"
|
||||
"name:main 2, monitor:$mon_center, persistent:true, default:true"
|
||||
];
|
||||
|
||||
bindm = [
|
||||
|
1
home/hyprland/magicman.nix
Normal file
1
home/hyprland/magicman.nix
Normal file
@@ -0,0 +1 @@
|
||||
{ imports = [ ./hyprland_magicman.nix ./waybar ./xdg.nix ./cursor.nix ]; }
|
Reference in New Issue
Block a user