diff --git a/common/.config/dolphinrc b/common/.config/dolphinrc index 714e5ee..98aa071 100644 --- a/common/.config/dolphinrc +++ b/common/.config/dolphinrc @@ -13,7 +13,9 @@ Places Icons Static Size=22 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 diff --git a/common/.config/flameshot/flameshot.ini b/common/.config/flameshot/flameshot.ini index 50b2d0c..a38a02e 100644 --- a/common/.config/flameshot/flameshot.ini +++ b/common/.config/flameshot/flameshot.ini @@ -1,3 +1,3 @@ [General] -savePath=/home/ben +savePath=/home/benk uploadWithoutConfirmation=true diff --git a/common/.config/nvim/lua/plugin-config/nvim-tree.lua b/common/.config/nvim/lua/plugin-config/nvim-tree.lua index aa34921..d96ea7f 100644 --- a/common/.config/nvim/lua/plugin-config/nvim-tree.lua +++ b/common/.config/nvim/lua/plugin-config/nvim-tree.lua @@ -7,7 +7,8 @@ require("nvim-tree").setup({ enable = true, }, view = { - width = 30, + width = 35, + side = "right", }, git = { ignore = false,