ebtoc
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
packer_compiled.lua
|
||||
flameshot.ini
|
||||
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
[$Version]
|
||||
update_info=dolphin_detailsmodesettings.upd:rename-leading-padding
|
||||
|
||||
[General]
|
||||
Version=202
|
||||
ViewPropsTimestamp=2022,8,14,17,19,21.178
|
||||
|
||||
[KFileDialog Settings]
|
||||
Places Icons Auto-resize=false
|
||||
Places Icons Static Size=22
|
||||
|
||||
[KPropertiesDialog]
|
||||
DP-2 HDMI-0 Height 3840x2160 HDMI-0=710
|
||||
DP-2 HDMI-0 Width 3840x2160 HDMI-0=546
|
||||
eDP-1 Height 1920x1200=468
|
||||
eDP-1 Height 2560x1600 eDP-1=710
|
||||
eDP-1 Width 1920x1200=445
|
||||
eDP-1 Width 2560x1600 eDP-1=546
|
||||
|
||||
[MainWindow]
|
||||
MenuBar=Disabled
|
||||
ToolBarsMovable=Disabled
|
||||
|
||||
[PreviewSettings]
|
||||
Plugins=opendocumentthumbnail,ebookthumbnail,windowsexethumbnail,comicbookthumbnail,jpegthumbnail,djvuthumbnail,kraorathumbnail,imagethumbnail,cursorthumbnail,appimagethumbnail,svgthumbnail,exrthumbnail,windowsimagethumbnail,audiothumbnail,directorythumbnail
|
||||
@@ -1,3 +0,0 @@
|
||||
[General]
|
||||
savePath=/home/benk
|
||||
uploadWithoutConfirmation=true
|
||||
@@ -1,4 +1,3 @@
|
||||
vim.opt.clipboard = "unnamedplus"
|
||||
|
||||
-- ================= Holy leader key ================= --
|
||||
|
||||
@@ -12,6 +11,8 @@ vim.bo.swapfile = false
|
||||
vim.o.backup = false
|
||||
vim.o.writebackup = false
|
||||
vim.o.autoread = true -- auto file change detection
|
||||
-- clipboard
|
||||
vim.opt.clipboard = "unnamedplus"
|
||||
|
||||
-- autocmds are currently not supported by nvim (0.5 nighlty)
|
||||
vim.api.nvim_command([[
|
||||
|
||||
Reference in New Issue
Block a user