diff --git a/hjalmar-droneship/i3/config b/hjalmar-droneship/i3/config index b93462e..befe3af 100644 --- a/hjalmar-droneship/i3/config +++ b/hjalmar-droneship/i3/config @@ -42,7 +42,7 @@ exec_always --no-startup-id fix_xcursor # HB STARTUP ADDITIONS exec --no-startup-id setxkbmap -layout no -model pc105 -variant nodeadkeys -option caps:escape exec --no-startup-id redshift-gtk -l 59.91:10.75 -# exec --no-startup-id dropbox start & +exec --no-startup-id dropbox start & # exec --no-startup-id nvidia-settings -a GPUFanControlState=1 -a GPUTargetFanSpeed=60 exec --no-startup-id xrandr \ --output DP-4 --auto --primary --gamma 0.9:0.9:0.9 \ diff --git a/hjalmar-mothership/i3/config b/hjalmar-mothership/i3/config index 9ba0511..70155a6 100644 --- a/hjalmar-mothership/i3/config +++ b/hjalmar-mothership/i3/config @@ -42,7 +42,7 @@ exec_always --no-startup-id fix_xcursor # HB STARTUP ADDITIONS exec --no-startup-id setxkbmap -layout no -model pc105 -variant nodeadkeys -option caps:escape exec --no-startup-id redshift-gtk -l 59.91:10.75 -# exec --no-startup-id dropbox start & +exec --no-startup-id dropbox start & # exec --no-startup-id nvidia-settings -a GPUFanControlState=1 -a GPUTargetFanSpeed=60 exec --no-startup-id xrandr --output DP-0 --mode 5120x1440 --primary --gamma 0.9:0.9:0.9 diff --git a/nvim/init.lua b/nvim/init.lua index dc6b325..ffaf02a 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -293,6 +293,8 @@ require("packer").startup { -- theme dark only use {"arcticicestudio/nord-vim"} use {"tomasr/molokai"} + use {"kdheepak/monochrome.nvim"} + use {"kcsongor/vim-monochrome-light"} use {"jnurmine/Zenburn"} use {"nanotech/jellybeans.vim"} @@ -455,7 +457,7 @@ require("packer").startup { "nvim-telescope/telescope.nvim", requires = { "nvim-lua/popup.nvim", "nvim-lua/plenary.nvim", - "nvim-telescope/telescope-rg.nvim" + "nvim-telescope/telescope-live-grep-args.nvim" }, config = function() -- TODO grep with regex @@ -465,7 +467,7 @@ require("packer").startup { map("n", "", "Telescope find_files", opts) map("n", "", "Telescope git_files", opts) map("n", "", - ":lua require('telescope').extensions.live_grep_raw.live_grep_raw()", + ":lua require('telescope').extensions.live_grep_args.live_grep_args()", opts) map("n", "", "Telescope buffers", opts) map("n", "", "Telescope filetypes", opts)