cb wayland again
This commit is contained in:
parent
34fd000145
commit
b94383bb08
2
.zshrc
2
.zshrc
|
@ -6,7 +6,7 @@ export editor=nvim
|
||||||
export XDG_CONFIG_HOME=~/.config
|
export XDG_CONFIG_HOME=~/.config
|
||||||
export TIMEFMT=$'\nreal\t%E\nuser\t%U\nsys\t%S\ncpu\t%P'
|
export TIMEFMT=$'\nreal\t%E\nuser\t%U\nsys\t%S\ncpu\t%P'
|
||||||
export ZSH=$HOME/.zsh
|
export ZSH=$HOME/.zsh
|
||||||
export CLIPBOARD_NOGUI=0 # wayland only allows GUI apps to use the clipboard.
|
export CLIPBOARD_NOGUI=1 # wayland only allows GUI apps to use the clipboard.
|
||||||
# cb would have to open every 2 seconds and steal
|
# cb would have to open every 2 seconds and steal
|
||||||
# focus. This sucks, so I will have to disable GUI
|
# focus. This sucks, so I will have to disable GUI
|
||||||
# integration (yes that means ctrl+v) for now.
|
# integration (yes that means ctrl+v) for now.
|
||||||
|
|
Loading…
Reference in New Issue