Compare commits

..

3 Commits

4 changed files with 14 additions and 2 deletions

View File

@ -37,7 +37,8 @@ Plug 'cespare/vim-toml'
Plug 'dag/vim-fish' Plug 'dag/vim-fish'
Plug 'rhysd/vim-grammarous' Plug 'rhysd/vim-grammarous'
Plug 'tpope/vim-fugitive'
Plug 'airblade/vim-gitgutter'
call plug#end() call plug#end()
set nocompatible set nocompatible

View File

@ -25,7 +25,7 @@ set $term alacritty
# Your preferred application launcher # Your preferred application launcher
# Note: pass the final command to swaymsg so that the resulting window can be opened # 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. # on the original workspace that the command was run on.
set $menu wofi --show run -c ~/.config/wofi/config -s ~/.config/wofi/style.css set $menu trigger-findex
# Enable XWayland # Enable XWayland
xwayland enable xwayland enable
@ -63,6 +63,9 @@ exec nextcloud
# notifications # notifications
exec dunst exec dunst
# application launcher
exec findex-daemon
### Idle configuration ### Idle configuration
exec swayidle -w \ exec swayidle -w \
timeout 300 'screenlock -fFe' \ timeout 300 'screenlock -fFe' \

6
tree/.local/bin/högtalare Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
set -x
bluetoothctl power on
bluetoothctl connect 04:FE:A1:71:4C:70

2
tree/.local/bin/trigger-findex Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
echo 1 > ~/.config/findex/toggle_file