From d1349dbe304b88b892cdfb7bedb0965750f9ee72 Mon Sep 17 00:00:00 2001 From: TiynGER Date: Mon, 24 May 2021 18:10:37 +0200 Subject: [PATCH] autostart/alias: im using nextcloud now --- .config/aliasrc | 2 +- .config/xorg/xprofile | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/aliasrc b/.config/aliasrc index 40d9459..cbc234a 100644 --- a/.config/aliasrc +++ b/.config/aliasrc @@ -25,7 +25,7 @@ alias diff="diff --color=auto" # fzf src() { find ~/.config/* ~/.local/bin/* -type f | fzf | xargs -r $EDITOR ;} -srd() { find ~/ownCloud/* -type f | grep ".pdf" | fzf | xargs -r $READER ;} +srd() { find ~/nextCloud/* -type f | grep ".pdf" | fzf | xargs -r $READER ;} # git alias ga="git add" diff --git a/.config/xorg/xprofile b/.config/xorg/xprofile index 9592e95..b41fadb 100644 --- a/.config/xorg/xprofile +++ b/.config/xorg/xprofile @@ -6,6 +6,8 @@ dunst & # dunst for notifications redshift & # redshift for saving your eyes mpd & # starts the mpd server for music toggletouchpad & # deactivates the touchpad +togglemonitor & # detect added monitors +fchange & # set the behaviour of the fn keys $STATUSBAR & # for refreshing the statusbar -owncloud & # for my cloud +nextcloud & # for my cloud sxhkd & # for shortcuts