This commit is contained in:
jay 2024-01-13 23:53:13 +08:00
parent b38320b190
commit e2cf533da4
3 changed files with 5 additions and 2 deletions

View File

@ -74,7 +74,7 @@ x = 0
y = 0
[scrolling]
history = 10000
history = 20000
multiplier = 3
[window]

View File

@ -17,3 +17,5 @@ keymap.set('n', '<leader>aa', 'gT')
keymap.set('n', '<leader>dd', 'gt')
keymap.set('n', '<F9>', ':%!jq .<CR>')
keymap.set('n', '<leader>sg', ':lua vim.diagnostic.open_float(0, {scope="line"})<CR>')

View File

@ -17,7 +17,8 @@ set $down j
set $up k
set $right l
# Your preferred terminal emulator
set $term env WINIT_UNIX_BACKEND=x11 alacritty
set $term env WAYLAND_DISPLAY= WINIT_X11_SCALE_FACTOR=1.0 alacritty
# set $term env WAYLAND_DISPLAY= WINIT_X11_SCALE_FACTOR=1.0 WINIT_UNIX_BACKEND=x11 alacritty
# Your preferred application launcher
# Note: pass the final command to swaymsg so that the resulting window can be opened
# on the original workspace that the command was run on.