buncha changes for screen sharing
This commit is contained in:
3
shared/.config/xdg-desktop-portal/config
Normal file
3
shared/.config/xdg-desktop-portal/config
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[screencast]
|
||||||
|
chooser_type=simple
|
||||||
|
chooser_cmd=slurp -f %o -or
|
||||||
4
shared/.config/xdg-desktop-portal/portals.conf
Normal file
4
shared/.config/xdg-desktop-portal/portals.conf
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
[preferred]
|
||||||
|
default=wlr;gtk
|
||||||
|
org.freedesktop.impl.portal.ScreenCast=wlr
|
||||||
|
org.freedesktop.impl.portal.Screenshot=wlr
|
||||||
@@ -33,6 +33,7 @@ eval `keychain --eval --quiet github`
|
|||||||
eval "$(direnv hook zsh)"
|
eval "$(direnv hook zsh)"
|
||||||
|
|
||||||
#aliases
|
#aliases
|
||||||
|
alias -- 'e'='emacsclient -nw -a "" -c "$@"'
|
||||||
alias -- 'c'='clear'
|
alias -- 'c'='clear'
|
||||||
alias -- 'cat'='bat --paging=never --style=plain'
|
alias -- 'cat'='bat --paging=never --style=plain'
|
||||||
alias -- 'cp'='cp -riv'
|
alias -- 'cp'='cp -riv'
|
||||||
@@ -52,3 +53,5 @@ alias -- 'gccc'='g++ -O2 -DNDEBUG -pedantic-errors -Wall -Wextra -Wconversion -W
|
|||||||
#named directory hashes
|
#named directory hashes
|
||||||
hash -d dots="$HOME/.dotfiles"
|
hash -d dots="$HOME/.dotfiles"
|
||||||
hash -d src="$HOME/src"
|
hash -d src="$HOME/src"
|
||||||
|
|
||||||
|
export XDG_CURRENT_DESKTOP=sway
|
||||||
|
|||||||
Reference in New Issue
Block a user