updated hyprland config
This commit is contained in:
parent
5a42f79803
commit
47e69553c1
6 changed files with 18 additions and 71 deletions
|
|
@ -5,9 +5,10 @@
|
|||
extraConfig = ''
|
||||
bind = SUPER, Return, exec, alacritty
|
||||
bind = CONTROL_SHIFT, W, exec, firefox
|
||||
bind = CONTROL_SHIFT, Lm, exec, rofi -show drun
|
||||
exec-once=/usr/lib/polkit-kde-authentication-agent-1
|
||||
bind = SUPER, colon, exec, rofi -show drun
|
||||
exec-once=waybar
|
||||
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
exec-once=mako
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
};
|
||||
|
||||
xdg = {
|
||||
portal = { enable = lib.mkDefault true; };
|
||||
# portal = { enable = lib.mkDefault true; };
|
||||
mime.defaultApplications = {
|
||||
"text/markdown" = "hx";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -7,8 +7,9 @@
|
|||
};
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
libsForQt5.polkit-kde-agent
|
||||
# libsForQt5.polkit-kde-agent
|
||||
libsForQt5.qt5.qtwayland
|
||||
qt6.full
|
||||
qt6.qtwayland
|
||||
waybar
|
||||
swww
|
||||
|
|
@ -16,6 +17,7 @@
|
|||
rofi-wayland
|
||||
libnotify
|
||||
mako
|
||||
xdg-desktop-portal-hyprland
|
||||
];
|
||||
sessionVariables = {
|
||||
WLR_NO_HARDWARE_CURSORS = "1";
|
||||
|
|
@ -23,7 +25,7 @@
|
|||
};
|
||||
};
|
||||
hardware = {
|
||||
# opengl.enable = true;
|
||||
nvidia.modesetting.enable = true;
|
||||
opengl.enable = true;
|
||||
nvidia.modesetting.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue