1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Ryan Kes
034c581b80 feat: use clipboard flag 2021-06-21 11:54:14 +02:00
Ryan Kes
155ac95493 feat(bspwm): no longer start brave automatically 2021-06-21 11:53:41 +02:00
2 changed files with 1 additions and 2 deletions

View File

@ -110,7 +110,6 @@ start_if_not_running redshift-gtk
start_if_not_running syncthing-gtk
start_if_not_running caffeine
start_if_not_running brave
start_if_not_running firefox
start_if_not_running emacs
start_if_not_running element-desktop

View File

@ -1,4 +1,4 @@
#!/usr/bin/env fish
. ~/.cache/wal/colors.fish
yubikey-oath-dmenu --clipboard-cmd 'xclip -selection clipboard' --notify --menu-cmd "dmenu -nb \"$color0\" -nf \"$color15\" -sb \"$color1\" -sf \"$color15\" -fn \"FuraCode Nerd Font\""
yubikey-oath-dmenu --clipboard --clipboard-cmd 'xclip -selection clipboard' --notify --menu-cmd "dmenu -nb \"$color0\" -nf \"$color15\" -sb \"$color1\" -sf \"$color15\" -fn \"FuraCode Nerd Font\""