فهرست منبع

Switch back to feishin, ++

Johan Rong 2 ماه پیش
والد
کامیت
4b0379faa5

+ 1 - 2
home/features/desktop/hyprland/hypr/modules/keybindings.lua

@@ -15,8 +15,7 @@ hl.bind(mainMod .. " + SHIFT + SPACE", hl.dsp.window.float({ action = "toggle" }
 
 hl.bind(secMod .. " + E", hl.dsp.exec_cmd(fileManager))
 hl.bind(secMod .. " + Q",  hl.dsp.exec_cmd("firefox"))
---hl.bind(secMod .. " + S",  hl.dsp.exec_cmd("feishin"))
-hl.bind(secMod .. " + S",  hl.dsp.exec_cmd("Aonsoku"))
+hl.bind(secMod .. " + S",  hl.dsp.exec_cmd("feishin"))
 hl.bind(secMod .. " + CONTROL + S",  hl.dsp.exec_cmd("spotify"))
 hl.bind(secMod .. " + D",  hl.dsp.exec_cmd("discord"))
 hl.bind(secMod .. " + SHIFT + C", hl.dsp.exec_cmd("hyprpicker --autocopy"))

+ 1 - 6
home/features/desktop/hyprland/hypr/modules/windows_and_workspaces.lua

@@ -49,12 +49,7 @@ hl.window_rule({
     workspace = "12"
 })
 
---hl.window_rule({
---    match = { class = "feishin" },
---    workspace = "12"
---})
-
 hl.window_rule({
-    match = { class = "Aonsoku" },
+    match = { class = "feishin" },
     workspace = "12"
 })

+ 0 - 1
home/flavors/application/workstation/default.nix

@@ -7,7 +7,6 @@
   home.packages = with pkgs; [
     spotify
     feishin
-    aonsoku
     kdePackages.kdenlive
     kdePackages.ark
     kdePackages.dolphin

+ 1 - 1
nixos/features/system/gaming.nix

@@ -1,7 +1,6 @@
 { pkgs, lib, ... }:
 {
   environment.systemPackages = with pkgs; [
-    lutris
     prismlauncher
     nvidia-vaapi-driver
     SDL2
@@ -13,6 +12,7 @@
     packages = [
       "org.vinegarhq.Sober"
       "org.vinegarhq.Vinegar"
+      "com.github.gabutakut.gabutdm"
     ];
   };