Merge branch 'master' into laptop
This commit is contained in:
commit
840da818ab
|
@ -36,14 +36,14 @@ workspace=7,monitor:eDP-1
|
|||
workspace=8,monitor:eDP-1
|
||||
workspace=9,monitor:eDP-1
|
||||
|
||||
windowrule = float,title:^(rofi)(.*)$
|
||||
windowrule = center,title:^(rofi)(.*)$
|
||||
windowrule = noborder,title:^(rofi)(.*)$
|
||||
windowrulev2 = tile, class:.*
|
||||
windowrulev2 = float, title:^(rofi)(.*)$
|
||||
windowrulev2 = center,title:^(rofi)(.*)$
|
||||
windowrulev2 = noborder,title:^(rofi)(.*)$
|
||||
windowrulev2 = stayfocused, title:^()$,class:^(steam)$
|
||||
windowrulev2 = minsize 1 1, title:^()$,class:^(steam)$
|
||||
windowrule = noanim,waybar
|
||||
windowrulev2 = stayfocused, title:^()$,class:^(steam)$
|
||||
windowrulev2 = tile, class:.*
|
||||
windowrule = noanim,waybar
|
||||
|
||||
exec-once=waybar
|
||||
|
||||
|
|
|
@ -14,15 +14,15 @@
|
|||
"lush.nvim": { "branch": "main", "commit": "f76741886b356586f9dfe8e312fbd1ab0fd1084f" },
|
||||
"mason-lspconfig.nvim": { "branch": "main", "commit": "9453e3d6cd2ca45d96e20f343e8f1b927364b630" },
|
||||
"mason.nvim": { "branch": "main", "commit": "41e75af1f578e55ba050c863587cffde3556ffa6" },
|
||||
"neogit": { "branch": "master", "commit": "ec9aa050790301d92ae1f588652f8577bdd31082" },
|
||||
"neogit": { "branch": "master", "commit": "6d445e4272635ba7eff1346693148aa41b2b99de" },
|
||||
"nvim-autopairs": { "branch": "master", "commit": "0f04d78619cce9a5af4f355968040f7d675854a1" },
|
||||
"nvim-cmp": { "branch": "main", "commit": "0b751f6beef40fd47375eaf53d3057e0bfa317e4" },
|
||||
"nvim-lspconfig": { "branch": "master", "commit": "6c797ff9324094e333e2ace9526ca4a62ad9d1ca" },
|
||||
"nvim-lspconfig": { "branch": "master", "commit": "511609ae0311abfcfaed3c398429a147e895ce2c" },
|
||||
"nvim-snippy": { "branch": "master", "commit": "7c8f18e90cad4f56c4e22a49101668735639f286" },
|
||||
"nvim-tree.lua": { "branch": "master", "commit": "59e65d88db177ad1e6a8cffaafd4738420ad20b6" },
|
||||
"nvim-treesitter": { "branch": "master", "commit": "f861bc6148e7bc715f6a09bd34bb1f577b62a248" },
|
||||
"nvim-treesitter": { "branch": "master", "commit": "180e1ca385442e35e1d18420221a148c5e045671" },
|
||||
"nvim-web-devicons": { "branch": "master", "commit": "5efb8bd06841f91f97c90e16de85e96d57e9c862" },
|
||||
"oil.nvim": { "branch": "master", "commit": "b3c24f4b3b2d38483241292a330cd6eb00734dac" },
|
||||
"oil.nvim": { "branch": "master", "commit": "a173b5776c66a31ce08552677c1eae7ab015835f" },
|
||||
"plenary.nvim": { "branch": "master", "commit": "55d9fe89e33efd26f532ef20223e5f9430c8b0c0" },
|
||||
"telescope-fzf-native.nvim": { "branch": "main", "commit": "6c921ca12321edaa773e324ef64ea301a1d0da62" },
|
||||
"telescope-undo.nvim": { "branch": "main", "commit": "d3afc1c105535a90caec092ce27a113f77ba7b84" },
|
||||
|
|
|
@ -45,7 +45,7 @@ require('lazy').setup({
|
|||
}, dependencies = { "nvim-tree/nvim-web-devicons" }, lazy = true},
|
||||
{'windwp/nvim-autopairs', event = "InsertEnter", opts = {}},
|
||||
{"folke/flash.nvim", event = "VeryLazy", opts = {highlight = {backdrop=false}, modes = {char = {highlight = {backdrop = false}}, search = {enabled = false}}, prompt = {enabled = false}}, keys = {{"s", mode = {"n","x","o"}, function() require("flash").jump() end}}},
|
||||
{'NeogitOrg/neogit', dependencies = {"nvim-lua/plenary.nvim", "nvim-telescope/telescope.nvim", "sindrets/diffview.nvim"}, config = true, lazy = true, commit = "ec9aa050790301d92ae1f588652f8577bdd31082"},
|
||||
{'NeogitOrg/neogit', dependencies = {"nvim-lua/plenary.nvim", "nvim-telescope/telescope.nvim", "sindrets/diffview.nvim"}, config = true, lazy = true},
|
||||
{'akinsho/bufferline.nvim', version = "*", dependencies = 'nvim-tree/nvim-web-devicons'},
|
||||
{'cappyzawa/trim.nvim', config = function () require("trim").setup({ ft_blocklist= {"markdown", "vimwiki"}, patterns = { [[%s/\s\+$//e]], [[%s/\($\n\s*\)\+\%$//]], [[%s/\%^\n\+//]], }, }) end},
|
||||
{'folke/trouble.nvim', dependencies = {"nvim-tree/nvim-web-devicons"}, config = function () require('trouble').setup() end, lazy = true},
|
||||
|
|
|
@ -14,9 +14,9 @@ if [ $RUNNING_SSH == true ]; then
|
|||
PORT=$(ss -tnpa | grep ssh | grep "pid=$CHILD_PID" | awk '{ print $4 }' | grep -o '[0-9]*$')
|
||||
alacritty -e ssh $CLIENT -t "cd \"\$(readlink -e /proc/\$(cat /tmp/ssh_session_$PORT)/cwd)\"; zsh --login"
|
||||
else
|
||||
if [ $(ps -p $1 -o comm=) == "alacritty" ]; then
|
||||
if [ "$(ps -p $1 -o comm=)" == "alacritty" ]; then
|
||||
CWD=$(readlink -e /proc/$CHILD_PID/cwd)
|
||||
if [ $CWD != "" ]; then
|
||||
if [ "$CWD" != "" ]; then
|
||||
alacritty --working-directory "$CWD"
|
||||
else
|
||||
alacritty
|
||||
|
|
Loading…
Reference in New Issue