niri, vscode: minor config updates
This commit is contained in:
parent
095913b8db
commit
37211b4971
3 changed files with 11 additions and 4 deletions
|
@ -270,8 +270,7 @@
|
|||
specialArgs = mkSpecialArgs system;
|
||||
modules = linuxOfflineGuiModules [
|
||||
./nixos/hosts/trailblazer
|
||||
./nixos/configs/looking-glass.nix
|
||||
./nixos/configs/serve-cache.nix
|
||||
./nixos/configs/vmware.nix
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -40,6 +40,11 @@ in
|
|||
ms-vscode.makefile-tools
|
||||
streetsidesoftware.code-spell-checker
|
||||
|
||||
# nix
|
||||
jnoortheen.nix-ide
|
||||
arrterian.nix-env-selector
|
||||
brettm12345.nixfmt-vscode
|
||||
|
||||
# rust
|
||||
fill-labs.dependi
|
||||
rust-lang.rust-analyzer
|
||||
|
|
|
@ -223,8 +223,10 @@ in
|
|||
"Mod+D".action = spawn "fuzzel";
|
||||
"Mod+Space".action = spawn "fuzzel";
|
||||
|
||||
"XF86AudioRaiseVolume".action = sh "wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.1+";
|
||||
"XF86AudioLowerVolume".action = sh "wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.1-";
|
||||
"XF86AudioRaiseVolume".action = sh "wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 0.1+";
|
||||
"XF86AudioLowerVolume".action = sh "wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 0.1-";
|
||||
"XF86Launch6".action = sh "wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 0.1-";
|
||||
"XF86Tools".action = sh "wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 0.1+";
|
||||
"XF86AudioMute".action = sh "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle";
|
||||
|
||||
"XF86MonBrightnessDown".action = sh "brightnessctl set 10%-";
|
||||
|
@ -244,6 +246,7 @@ in
|
|||
"XF86AudioPrev".action = sh "mpc prev";
|
||||
"XF86AudioNext".action = sh "mpc next";
|
||||
"XF86AudioPlay".action = sh "mpc toggle";
|
||||
"XF86Launch5".action = sh "mpc toggle";
|
||||
}
|
||||
(binds {
|
||||
suffixes."Left" = "column-left";
|
||||
|
|
Loading…
Add table
Reference in a new issue