Compare commits
4 Commits
91d13168c0
...
fe254960b8
Author | SHA1 | Date |
---|---|---|
mandlm | fe254960b8 | |
mandlm | 51852437d4 | |
mandlm | 327e411b38 | |
mandlm | a4a60cf363 |
|
@ -65,7 +65,6 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
startup = [
|
startup = [
|
||||||
{ command = "unclutter -idle 1"; notification = false; }
|
|
||||||
{ command = "i3-msg 'workspace 1; append_layout ~/.config/i3/workspaces/workspace-1.json'"; }
|
{ command = "i3-msg 'workspace 1; append_layout ~/.config/i3/workspaces/workspace-1.json'"; }
|
||||||
{ command = "i3-msg 'workspace 2; append_layout ~/.config/i3/workspaces/workspace-2.json'"; }
|
{ command = "i3-msg 'workspace 2; append_layout ~/.config/i3/workspaces/workspace-2.json'"; }
|
||||||
{ command = "i3-msg 'workspace 4; append_layout ~/.config/i3/workspaces/workspace-4.json'"; }
|
{ command = "i3-msg 'workspace 4; append_layout ~/.config/i3/workspaces/workspace-4.json'"; }
|
||||||
|
@ -89,8 +88,10 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.screen-locker = {
|
services.betterlockscreen = {
|
||||||
enable = true;
|
enable = true;
|
||||||
lockCmd = "${pkgs.i3lock}/bin/i3lock --nofork --image /home/mandlm/.config/i3/wallpapers/nix-wallpaper-dracula.png";
|
arguments = [ "--update /home/mandlm/.config/i3/wallpapers/nix-wallpaper-dracula.png" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.unclutter.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,6 +24,7 @@ nnoremap("<leader>ff", "<Cmd>Telescope find_files theme=dropdown<CR>")
|
||||||
nnoremap("<leader>fb", "<Cmd>Telescope buffers theme=dropdown<CR>")
|
nnoremap("<leader>fb", "<Cmd>Telescope buffers theme=dropdown<CR>")
|
||||||
nnoremap("<leader>fg", "<Cmd>Telescope git_files theme=dropdown<CR>")
|
nnoremap("<leader>fg", "<Cmd>Telescope git_files theme=dropdown<CR>")
|
||||||
nnoremap("<leader>fp", "<Cmd>Telescope projects theme=dropdown<CR>")
|
nnoremap("<leader>fp", "<Cmd>Telescope projects theme=dropdown<CR>")
|
||||||
|
nnoremap("<leader>fs", "<Cmd>Telescope lsp_dynamic_workspace_symbols theme=dropdown<CR>")
|
||||||
nnoremap("<C-f>", "<Cmd>Telescope grep_string<CR>")
|
nnoremap("<C-f>", "<Cmd>Telescope grep_string<CR>")
|
||||||
nnoremap("<C-g>", "<Cmd>Telescope live_grep<CR>")
|
nnoremap("<C-g>", "<Cmd>Telescope live_grep<CR>")
|
||||||
|
|
||||||
|
|
|
@ -18,11 +18,6 @@ telescope.setup({
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
extensions = {
|
extensions = {
|
||||||
fzf = {
|
|
||||||
fuzzy = true,
|
|
||||||
override_generic_sorter = true,
|
|
||||||
override_file_sorter = true
|
|
||||||
},
|
|
||||||
["ui-select"] = {
|
["ui-select"] = {
|
||||||
themes.get_dropdown({})
|
themes.get_dropdown({})
|
||||||
},
|
},
|
||||||
|
|
|
@ -28,7 +28,6 @@
|
||||||
element-desktop
|
element-desktop
|
||||||
difftastic
|
difftastic
|
||||||
zoom-us
|
zoom-us
|
||||||
unclutter
|
|
||||||
neovide
|
neovide
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue