소스 검색

Try Aonsoku

Johan Rong 2 달 전
부모
커밋
f3f7b414bb

+ 2 - 0
home/features/application/bashrc.nix

@@ -6,6 +6,8 @@ home = {
       bashrc = {
         target = ".bashrc";
         text = ''
+          eval "$(direnv hook bash)"
+
           current_git_branch() {
             git branch 2>/dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/'
           }

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

@@ -15,7 +15,8 @@ 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("feishin"))
+hl.bind(secMod .. " + S",  hl.dsp.exec_cmd("Aonsoku"))
 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"))

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

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

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

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