diff options
| -rw-r--r-- | config/hypr/hyprland.conf | 6 | ||||
| -rw-r--r-- | config/waybar/config | 15 | ||||
| -rw-r--r-- | configuration.nix | 5 |
3 files changed, 9 insertions, 17 deletions
diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 075dbec..d25cdc5 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -73,9 +73,9 @@ bind = SUPER, RETURN, layoutmsg, swapwithmaster master bind = SUPER SHIFT, J, layoutmsg, swapnext bind = SUPER SHIFT, K, layoutmsg, swapprev -# Move focus with mainMod + arrow keys -bind = SUPER, L, movefocus, l -bind = SUPER, H, movefocus, r +# Move focus with mainMod + hjkl +bind = SUPER, L, movefocus, r +bind = SUPER, H, movefocus, l bind = SUPER, K, movefocus, u bind = SUPER, J, movefocus, d diff --git a/config/waybar/config b/config/waybar/config index 24cb4f0..ff5a1cf 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -1,6 +1,5 @@ { "layer": "top", - "output": "eDP-1", "height": 40, "modules-left": ["custom/launcher", "hyprland/workspaces", "hyprland/window"], "modules-right": ["tray", "cpu", "backlight", "battery", "clock"], @@ -10,23 +9,11 @@ "format": "<span font='24'></span>" }, "hyprland/workspaces": { - "persistent-workspaces": { - "*": 10 - }, "disable-scroll": true, - "format": "{icon}", - "on-click": "activate", - "format-icons": { - "urgent": "", - "active": "", - "empty": "", - "default": "", - "sort-by-number": true - }, + "on-click": "activate" }, "hyprland/window": { "format": "> {title}", - "separate-outputs": false }, "tray": { "spacing": 10 diff --git a/configuration.nix b/configuration.nix index 691a311..e521aa6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -12,6 +12,8 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.extraModprobeConfig = "options kvm_intel nested=1"; + networking.hostName = "OwO"; networking.networkmanager.enable = true; @@ -105,6 +107,8 @@ spotify firefox + obs-studio + pavucontrol blueman brillo @@ -223,6 +227,7 @@ ]; virtualisation.libvirtd.enable = true; + programs.virt-manager.enable = true; programs.dconf.enable = true; programs.gnupg.agent = { |
