diff --git a/copyq/copyq.lock b/copyq/copyq.lock index 448fc6f..2caf4f2 100644 --- a/copyq/copyq.lock +++ b/copyq/copyq.lock @@ -1,5 +1,5 @@ -1263 +1258 copyq spaceship a10dc6f271ba47d988a3b282250928e2 -cb602df7-7d2d-4352-8c2d-7847932ab696 +85480d5e-8597-44bc-87e7-50b35e38eb09 diff --git a/copyq/copyq_geometry.ini b/copyq/copyq_geometry.ini index 7ebdab1..7e0e724 100644 --- a/copyq/copyq_geometry.ini +++ b/copyq/copyq_geometry.ini @@ -2,5 +2,5 @@ ConfigurationManager_geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x5\x82\0\0\x3z\0\0\0\0\0\0\0\0\0\0\x2\xa6\0\0\x2l\0\0\0\x2\x2\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\x5\x82\0\0\x3z) ConfigurationManager_geometry_screen_2=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x5\x82\0\0\x3z\0\0\0\0\0\0\0\0\0\0\x2\xa6\0\0\x2l\0\0\0\x2\x2\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\x5\x82\0\0\x3z) ConfigurationManager_geometry_screen_2_2560x1440=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x5\x82\0\0\x3z\0\0\0\0\0\0\0\0\0\0\x2\xa6\0\0\x2l\0\0\0\x2\x2\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\x5\x82\0\0\x3z) -MainWindow_geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\n\0\0\0\0\0\0\0\xe[\0\0\x2\xf3\0\0\n\0\0\0\0\0\0\0\fG\0\0\x1G\0\0\0\0\x2\0\0\0\rp\0\0\n\0\0\0\0\0\0\0\xe[\0\0\x2\xf3) -MainWindow_geometry_3440x1440=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\n\0\0\0\0\0\0\0\xe[\0\0\x2\xf3\0\0\n\0\0\0\0\0\0\0\fG\0\0\x1G\0\0\0\0\x2\0\0\0\rp\0\0\n\0\0\0\0\0\0\0\xe[\0\0\x2\xf3) +MainWindow_geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\n\0\0\0\0\0\0\0\xe\x17\0\0\x2\xe2\0\0\n\0\0\0\0\0\0\0\fG\0\0\x1G\0\0\0\0\x2\0\0\0\rp\0\0\n\0\0\0\0\0\0\0\xe\x17\0\0\x2\xe2) +MainWindow_geometry_3440x1440=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\n\0\0\0\0\0\0\0\xe\x17\0\0\x2\xe2\0\0\n\0\0\0\0\0\0\0\fG\0\0\x1G\0\0\0\0\x2\0\0\0\rp\0\0\n\0\0\0\0\0\0\0\xe\x17\0\0\x2\xe2) diff --git a/copyq/copyq_geometry.ini.lock.rmlock b/copyq/copyq_geometry.ini.lock.rmlock deleted file mode 100644 index e69de29..0000000 diff --git a/copyq/copyq_tab_JmNsaXBib2FyZA==.dat b/copyq/copyq_tab_JmNsaXBib2FyZA==.dat index 0db8f4c..b6cdaa9 100644 Binary files a/copyq/copyq_tab_JmNsaXBib2FyZA==.dat and b/copyq/copyq_tab_JmNsaXBib2FyZA==.dat differ diff --git a/nvim/lua/config/autocmds.lua b/nvim/lua/config/autocmds.lua index e45d3ac..9093a0c 100644 --- a/nvim/lua/config/autocmds.lua +++ b/nvim/lua/config/autocmds.lua @@ -1,12 +1,12 @@ -- Autocmds are automatically loaded on the VeryLazy event -- Default autocmds that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/autocmds.lua -- Add any additional autocmds here -local function augroup(name) - return vim.api.nvim_create_augroup("lazyvim_" .. name, { clear = true }) -end -vim.api.nvim_create_autocmd("TextYankPost", { - group = augroup("toggle_relative_group"), - callback = function(_) - vim.cmd("set norelativenumber") - end, -}) +-- local function augroup(name) +-- return vim.api.nvim_create_augroup("lazyvim_" .. name, { clear = true }) +-- end +-- vim.api.nvim_create_autocmd("TextYankPost", { +-- group = augroup("toggle_relative_group"), +-- callback = function(_) +-- vim.cmd("set norelativenumber") +-- end, +-- }) diff --git a/nvim/lua/config/options.lua b/nvim/lua/config/options.lua index 7b0412f..38a6170 100644 --- a/nvim/lua/config/options.lua +++ b/nvim/lua/config/options.lua @@ -11,7 +11,7 @@ local options = { spelllang = "en_us", shell = "/usr/bin/zsh", autochdir = true, - relativenumber = false, + relativenumber = true, } vim.g.mkdp_browser = "/usr/bin/firefox" diff --git a/qt5ct/qt5ct.conf b/qt5ct/qt5ct.conf index 8ff023c..621c153 100644 --- a/qt5ct/qt5ct.conf +++ b/qt5ct/qt5ct.conf @@ -25,13 +25,13 @@ underline_shortcut=0 wheel_scroll_lines=3 [PaletteEditor] -geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x2v\0\0\x2\x10\0\0\0\0\0\0\0\0\0\0\x2v\0\0\x2\x10\0\0\0\x2\x2\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\x2v\0\0\x2\x10) +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\n\0\0\0\0\0\0\0\fv\0\0\x2\x10\0\0\n\0\0\0\0\0\0\0\fv\0\0\x2\x10\0\0\0\0\x2\0\0\0\rp\0\0\n\0\0\0\0\0\0\0\fv\0\0\x2\x10) [QSSEditor] geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x2\x82\0\0\x1\xf2\0\0\0\0\0\0\0\0\0\0\x2\x82\0\0\x1\xf2\0\0\0\x2\x2\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\x2\x82\0\0\x1\xf2) [SettingsWindow] -geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x4\xea\0\0\x2\xd9\0\0\0\0\0\0\0\0\0\0\x4\xea\0\0\x2\xd9\0\0\0\x2\x2\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\x4\xea\0\0\x2\xd9) +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\n\0\0\0\0\0\0\0\rK\0\0\x5\x61\0\0\0\0\0\0\0\0\0\0\x3K\0\0\x5\x61\0\0\0\0\x2\0\0\0\rp\0\0\n\0\0\0\0\0\0\0\rK\0\0\x5\x61) [Troubleshooting] force_raster_widgets=1