Compare commits
3 Commits
c341e55aad
...
d10a139a8b
| Author | SHA1 | Date | |
|---|---|---|---|
|
d10a139a8b
|
|||
|
1e81d78b73
|
|||
|
4f13de625a
|
@ -37,7 +37,8 @@ Plug 'cespare/vim-toml'
|
||||
Plug 'dag/vim-fish'
|
||||
|
||||
Plug 'rhysd/vim-grammarous'
|
||||
|
||||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'airblade/vim-gitgutter'
|
||||
call plug#end()
|
||||
|
||||
set nocompatible
|
||||
|
||||
@ -25,7 +25,7 @@ set $term 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.
|
||||
set $menu wofi --show run -c ~/.config/wofi/config -s ~/.config/wofi/style.css
|
||||
set $menu trigger-findex
|
||||
|
||||
# Enable XWayland
|
||||
xwayland enable
|
||||
@ -63,6 +63,9 @@ exec nextcloud
|
||||
# notifications
|
||||
exec dunst
|
||||
|
||||
# application launcher
|
||||
exec findex-daemon
|
||||
|
||||
### Idle configuration
|
||||
exec swayidle -w \
|
||||
timeout 300 'screenlock -fFe' \
|
||||
|
||||
6
tree/.local/bin/högtalare
Executable file
6
tree/.local/bin/högtalare
Executable 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
2
tree/.local/bin/trigger-findex
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
echo 1 > ~/.config/findex/toggle_file
|
||||
Reference in New Issue
Block a user