Small fixes

This commit is contained in:
Marko Korhonen 2020-12-06 11:39:02 +02:00
parent fdca0c125d
commit 1ed9d01e68
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
7 changed files with 27 additions and 9 deletions

View file

@ -0,0 +1,9 @@
# vim: filetype=neomuttrc
set folder = ~/.mail/marko@korhonen.cc
set spoolfile = +INBOX
set postponed = +Drafts
set record = +Sent
set realname='Marko Korhonen'
set from=marko@korhonen.cc

View file

@ -0,0 +1,9 @@
# vim: filetype=neomuttrc
## General options
set header_cache = "~/.cache/neomutt"
set mbox_type=Maildir
# Accounts
source "~/.config/neomutt/accounts/marko@korhonen.cc"
folder-hook $folder 'source ~/.config/neomutt/accounts/marko@korhonen.cc'

View file

@ -8,4 +8,3 @@ set runtimepath+=~/.config/nvim/plugged/vim-polyglot
source ~/.config/nvim/conf.d/02-appearance.vim source ~/.config/nvim/conf.d/02-appearance.vim
source ~/.config/nvim/conf.d/03-keybinds.vim source ~/.config/nvim/conf.d/03-keybinds.vim
source ~/.config/nvim/conf.d/06-misc.vim source ~/.config/nvim/conf.d/06-misc.vim
source ~/.config/nvim/conf.d/07-clipboardfix.vim

View file

@ -3,5 +3,5 @@
set $mod Mod4 set $mod Mod4
set $term alacritty set $term alacritty
set $gnome-schema org.gnome.desktop.interface set $gnome-schema org.gnome.desktop.interface
set $wallpaper ~/pictures/Wallpapers/random/$(ls ~/Pictures/Wallpapers/random | sort -R | tail -n 1) set $wallpaper ~/pictures/Wallpapers/random/$(ls ~/pictures/Wallpapers/random | sort -R | tail -n 1)
set $scripts ~/.config/sway/scripts set $scripts ~/.config/sway/scripts

View file

@ -54,11 +54,15 @@ bindsym --locked XF86Search output eDP-1 toggle
# FZF # FZF
# exit menu # exit menu
bindsym $mod+Shift+e exec $term --class fzf-launcher -e $scripts/exit.sh bindsym $mod+Shift+e exec $term --class fzf-launcher -e $scripts/exit.sh
# password manager
bindsym $mod+p exec $term --class fzf-launcher --title "FZF pass" -e sh -c fzf-pass
# launch a program # launch a program
bindsym $mod+d exec wofi bindsym $mod+d exec wofi
bindsym $mod+Shift+d exec wofi --show run bindsym $mod+Shift+d exec wofi --show run
# password manager
bindsym $mod+p exec $term --class fzf-launcher --title "FZF pass" -e sh -c fzf-pass # manage clipboard
bindsym $mod+c exec clipman pick -t wofi
# manage notifications # manage notifications
bindsym $mod+Backspace exec makoctl invoke bindsym $mod+Backspace exec makoctl invoke

View file

@ -7,9 +7,9 @@ exec {
telegram-desktop telegram-desktop
/usr/lib/kdeconnectd /usr/lib/kdeconnectd
kdeconnect-indicator kdeconnect-indicator
thunderbird
mako mako
wl-paste -t text --watch clipman store 1>> ~/.log/clipman 2>&1 & wl-paste -t text --watch clipman store --notify 1>> ~/.log/clipman 2>&1
wl-paste -p -t text --watch clipman store -P --histpath="~/.local/share/clipman-primary.json"
mkfifo $SWAYSOCK.wob && tail -f $SWAYSOCK.wob | wob mkfifo $SWAYSOCK.wob && tail -f $SWAYSOCK.wob | wob
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
gnome-keyring-daemon --start --components=secrets gnome-keyring-daemon --start --components=secrets

View file

@ -1,3 +0,0 @@
[Time]
NTP=0.arch.pool.ntp.org
FallbackNTP=0.pfsense.pool.ntp.org