some mods
This commit is contained in:
parent
cdfa845dc7
commit
c69fdcc13e
3 changed files with 5 additions and 3 deletions
|
@ -28,7 +28,7 @@ dpi-aware=no
|
|||
# initial-window-size-pixels=700x500 # Or,
|
||||
# initial-window-size-chars=<COLSxROWS>
|
||||
# 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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue