mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
chore: tried niri again, still hate it
This commit is contained in:
parent
a6000e5c8b
commit
0f51aa99b1
7 changed files with 158 additions and 37 deletions
|
|
@ -60,6 +60,7 @@ in
|
|||
claudeCode
|
||||
puddleTag
|
||||
academic
|
||||
# niri
|
||||
hypr
|
||||
wayland
|
||||
theming
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ with pkgs.vscode-extensions;
|
|||
ms-vscode.test-adapter-converter
|
||||
haskell.haskell
|
||||
justusadam.language-haskell
|
||||
jnoortheen.nix-ide
|
||||
james-yu.latex-workshop
|
||||
bbenoist.nix
|
||||
mattn.lisp
|
||||
|
|
@ -14,6 +15,5 @@ with pkgs.vscode-extensions;
|
|||
pkief.material-icon-theme
|
||||
streetsidesoftware.code-spell-checker
|
||||
tamasfe.even-better-toml
|
||||
brettm12345.nixfmt-vscode
|
||||
thenuprojectcontributors.vscode-nushell-lang
|
||||
]
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
config,
|
||||
flake,
|
||||
osConfig,
|
||||
workspaceStrings,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
|
@ -29,6 +30,7 @@ in
|
|||
"Super+h".action = niri.spawn "feishin";
|
||||
"Super+g".action = niri.spawn "scrcpy";
|
||||
"Super+e".action = niri.spawn "ghostty -e nu -e y";
|
||||
"Super+f".action = niri.spawn "ghostty -e zellij a dotfiles";
|
||||
"Super+s".action = niri.spawn "steam";
|
||||
"Super+n".action = niri.spawn "signal-desktop";
|
||||
"Super+t".action = niri.spawn "zeditor";
|
||||
|
|
@ -42,33 +44,37 @@ in
|
|||
"Super+Space".action = niri.spawn "fuzzel";
|
||||
|
||||
"Super+Tab".action = niri.close-window;
|
||||
"Super+u".action = niri.maximize-column;
|
||||
"Super+comma".action = niri.focus-workspace-down;
|
||||
"Super+period".action = niri.focus-workspace-up;
|
||||
"Super+a".action = niri.maximize-column;
|
||||
"Super+left".action = niri.move-column-left;
|
||||
"Super+right".action = niri.move-column-right;
|
||||
"Super+f".action = niri.fullscreen-window;
|
||||
"Super+Shift+Tab".action = niri.fullscreen-window;
|
||||
"Super+q".action = niri.switch-preset-column-width;
|
||||
"Super+minus".action = niri.set-column-width "-10%";
|
||||
"Super+plus".action = niri.set-column-width "+10%";
|
||||
"Super+equal".action = niri.set-column-width "+10%";
|
||||
|
||||
"Ctrl+Alt+Down".action = niri.move-window-down-or-to-workspace-down;
|
||||
"Ctrl+Alt+Up".action = niri.move-window-up-or-to-workspace-up;
|
||||
"Ctrl+Alt+Left".action = niri.consume-or-expel-window-left;
|
||||
"Ctrl+Alt+Right".action = niri.consume-or-expel-window-right;
|
||||
|
||||
# "Ctrl+Alt+1".action = niri.move-column-to-workspace workspaceStrings.workspace4;
|
||||
# "Ctrl+Alt+2".action = niri.move-column-to-workspace workspaceStrings.workspace2;
|
||||
# "Ctrl+Alt+3".action = niri.move-column-to-workspace workspaceStrings.workspace3;
|
||||
# "Ctrl+Alt+4".action = niri.move-column-to-workspace workspaceStrings.workspace0;
|
||||
# "Ctrl+Alt+5".action = niri.move-column-to-workspace workspaceStrings.workspace1;
|
||||
|
||||
# "Ctrl+Alt+1".action = niri.move-window-to-workspace workspaceStrings.workspace0
|
||||
# "Ctrl+Alt+2".action = niri.move-window-to-workspace workspaceStrings.workspace1
|
||||
# "Ctrl+Alt+3".action = niri.move-window-to-workspace workspaceStrings.workspace2
|
||||
# "Ctrl+Alt+4".action = niri.move-window-to-workspace workspaceStrings.workspace3
|
||||
# "Ctrl+Alt+5".action = niri.move-window-to-workspace workspaceStrings.workspace4
|
||||
# "Super+Enter".action = niri.toggle-overview;
|
||||
|
||||
# "Super+1".action = niri.focus-workspace workspaceStrings.workspace0;
|
||||
# "Super+2".action = niri.focus-workspace workspaceStrings.workspace1;
|
||||
# "Super+3".action = niri.focus-workspace workspaceStrings.workspace2;
|
||||
# "Super+4".action = niri.focus-workspace workspaceStrings.workspace3;
|
||||
# "Super+5".action = niri.focus-workspace workspaceStrings.workspace4;
|
||||
"Super+1".action = niri.focus-workspace workspaceStrings.workspace4;
|
||||
"Super+2".action = niri.focus-workspace workspaceStrings.workspace2;
|
||||
"Super+3".action = niri.focus-workspace workspaceStrings.workspace3;
|
||||
"Super+4".action = niri.focus-workspace workspaceStrings.workspace0;
|
||||
"Super+5".action = niri.focus-workspace workspaceStrings.workspace1;
|
||||
|
||||
"Super+1".action = niri.focus-column-or-monitor-left;
|
||||
"Super+2".action = niri.focus-window-or-workspace-up;
|
||||
"Super+3".action = niri.focus-window-or-workspace-down;
|
||||
"Super+4".action = niri.focus-column-or-monitor-right;
|
||||
# "Super+1".action = niri.focus-column-or-monitor-left;
|
||||
# "Super+2".action = niri.focus-window-or-workspace-up;
|
||||
# "Super+3".action = niri.focus-window-or-workspace-down;
|
||||
# "Super+4".action = niri.focus-column-or-monitor-right;
|
||||
|
||||
"Super+Shift+s".action = niri.spawn "flameshot gui";
|
||||
"Super+Shift+period".action = niri.spawn "emote";
|
||||
|
|
@ -76,8 +82,8 @@ in
|
|||
"XF86MonBrightnessUp".action = niri.spawn "brightnessctl -d ${deviceLogic "amdgpu_bl1" ""} s +10%";
|
||||
"XF86MonBrightnessDown".action =
|
||||
niri.spawn "brightnessctl -d ${deviceLogic "amdgpu_bl1" ""} s 10%-";
|
||||
"XF86AudioRaiseVolume".action = niri.spawn "pactl set-sink-volume @DEFAULT_SINK@ +5%";
|
||||
"XF86AudioLowerVolume".action = niri.spawn "pactl set-sink-volume @DEFAULT_SINK@ -5%";
|
||||
"XF86AudioMute".action = niri.spawn "pactl set-sink-mute @DEFAULT_SINK@ toggle";
|
||||
"XF86AudioRaiseVolume".action = niri.spawn "wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.05+";
|
||||
"XF86AudioLowerVolume".action = niri.spawn "wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.05-";
|
||||
"XF86AudioMute".action = niri.spawn "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue