diff options
| author | Marc Vertes <mvertes@free.fr> | 2025-03-09 23:04:15 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2025-03-09 23:04:15 +0100 |
| commit | fba94beef52028ad8195bc8311e6fc2c9a91c208 (patch) | |
| tree | ad38e9eb1f5bd275426d5100b814ad178d348602 | |
| parent | ad0303930bc1efceaaaa03b9ace6fb2b176e28da (diff) | |
| parent | 6aa546405ba8b3bffd58d5a63d7f9b3c22ede322 (diff) | |
Merge branch 'master' of github.com:mvertes/dotfiles
| -rw-r--r-- | .config/sway/config | 1 | ||||
| -rw-r--r-- | .vimrc | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/.config/sway/config b/.config/sway/config index 903ee69..bc06b48 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -38,6 +38,7 @@ bindsym $mod+Return exec --no-startup-id foot #bindsym $mod+d exec --no-startup-id wemenu-run bindsym $mod+d exec --no-startup-id fuzzel -T foot bindsym XF86Sleep exec echo "mem" | sudo tee /sys/power/state +bindsym XF86ScreenSaver exec swaylock -c 103040 bindsym XF86RFKill exec sudo rfkill toggle wlan && doas pkill -USR1 udhcpc bindsym XF86WLAN exec sudo rfkill toggle wlan && doas pkill -USR1 udhcpc @@ -28,7 +28,11 @@ set smartcase set belloff=all " For MacVim +augroup tune_colors | au! + au ColorScheme * hi Cursor guibg=red guifg=white +augroup END set guifont=6x13:h13 +set guicursor=a:block-Cursor/lCursor-blinkon0 " fzf plugin set rtp+=/opt/homebrew/opt/fzf |
