From c69fdcc13eedb5b229bbbfe76b5144e0dac482cd Mon Sep 17 00:00:00 2001 From: MikeG Date: Fri, 14 Jun 2024 18:35:02 -0400 Subject: [PATCH] some mods --- .config/foot/foot.ini | 2 +- .config/nvim/lua/user/plugins.lua | 3 ++- .config/sway/config | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index 481aa1f..592d06d 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -28,7 +28,7 @@ dpi-aware=no # initial-window-size-pixels=700x500 # Or, # initial-window-size-chars= # initial-window-mode=windowed -# pad=2x2 # optionally append 'center' +pad=2x2 center # optionally append 'center' # resize-delay-ms=100 # notify=notify-send -a ${app-id} -i ${app-id} ${title} ${body} diff --git a/.config/nvim/lua/user/plugins.lua b/.config/nvim/lua/user/plugins.lua index f2838ef..ea743bb 100644 --- a/.config/nvim/lua/user/plugins.lua +++ b/.config/nvim/lua/user/plugins.lua @@ -47,7 +47,8 @@ return require('packer').startup(function(use) } use { 'nvim-treesitter/nvim-treesitter', - run = ':TSUpdate' + run = ':TSUpdate', + ensure_installed = 'all' } -- Automatically set up your configuration after cloning packer.nvim diff --git a/.config/sway/config b/.config/sway/config index fd7e852..9b755c3 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -39,7 +39,7 @@ bindsym $mod+Shift+n exec swaync-client -t -sw # output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill # output * bg ~/Wallpapers/orangeMountains.png fill # output * bg #c0caf5 solid_color -output * bg ~/Wallpapers/orangeMountains.png fill +output * bg ~/Wallpapers/wp9285156.jpg fill # # Example configuration: # @@ -274,3 +274,4 @@ default_border pixel 2 include /etc/sway/config.d/* +client.focused "#ecf0c1" "#ecf0c1" "#041e23" "#ecf0c1"