wip: dnsc-machine setup
This commit is contained in:
parent
847fef58b7
commit
0cedda43c3
4 changed files with 15 additions and 3 deletions
|
|
@ -35,6 +35,7 @@
|
||||||
../modules/direnv
|
../modules/direnv
|
||||||
../modules/nvim
|
../modules/nvim
|
||||||
../modules/wezterm
|
../modules/wezterm
|
||||||
|
../modules/keyd
|
||||||
../modules/fish
|
../modules/fish
|
||||||
../modules/wm/niri
|
../modules/wm/niri
|
||||||
];
|
];
|
||||||
|
|
|
||||||
12
modules/keyd/default.nix
Normal file
12
modules/keyd/default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
services.keyd.enable = {
|
||||||
|
default = {
|
||||||
|
ids = [ "*" ];
|
||||||
|
settings = {
|
||||||
|
main = {
|
||||||
|
space = "overload(control, space)"
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -34,7 +34,7 @@ function M.apply_to_config(config)
|
||||||
config.colors = {
|
config.colors = {
|
||||||
tab_bar = {
|
tab_bar = {
|
||||||
active_tab = {
|
active_tab = {
|
||||||
bg_color = theme.palette.bg,
|
bg_color = theme.palette.magenta_subtle_bg,
|
||||||
fg_color = theme.palette.fg,
|
fg_color = theme.palette.fg,
|
||||||
},
|
},
|
||||||
inactive_tab = {
|
inactive_tab = {
|
||||||
|
|
|
||||||
|
|
@ -61,9 +61,8 @@ input {
|
||||||
output "DP-3" {
|
output "DP-3" {
|
||||||
// off
|
// off
|
||||||
mode "3440x1440@99.982"
|
mode "3440x1440@99.982"
|
||||||
scale 2
|
scale 1
|
||||||
transform "normal"
|
transform "normal"
|
||||||
position x=0 y=0
|
|
||||||
}
|
}
|
||||||
|
|
||||||
cursor {
|
cursor {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue