Merge branch 'no-xfce' into 'master'

No xfce

See merge request RealStickman-arch/config!1
This commit is contained in:
RealStickman 2021-03-16 12:18:39 +00:00
commit 2a7d1ab16c
2 changed files with 14 additions and 18 deletions

View File

@ -464,11 +464,13 @@ exec --no-startup-id bash $HOME/.fehbg &
#####################################################################################################################
# no really good alternatives that are independent. some others to check out:
# there are some scripts that should work with i3
# gnome-power-manager
# mate-power-manager
exec --no-startup-id xfce4-power-manager &
# ommitted next line to get super key to bring up the menu in xfce and avoid error then in i3
# IF xfsettingsd is activated you can not change themes
#exec --no-startup-id xfsettingsd &
#exec --no-startup-id /usr/lib/xfce4/notifyd/xfce4-notifyd &
# notifications
exec --no-startup-id /usr/bin/dunst &
@ -481,10 +483,11 @@ exec --no-startup-id /usr/bin/dunst &
bindsym ctrl+mod1+Return exec --no-startup-id kitty;focus
#System monitor
bindsym ctrl+mod1+r exec --no-startup-id xfce4-taskmanager;focus
# potential replacement: lxtask-gtk3
#bindsym ctrl+mod1+r exec --no-startup-id xfce4-taskmanager;focus
#settings
bindsym control+mod1+s exec --no-startup-id xfce4-settings-manager
#bindsym control+mod1+s exec --no-startup-id xfce4-settings-manager
#pavucontrol
bindsym control+mod1+u exec --no-startup-id pavucontrol
@ -499,21 +502,12 @@ bindsym ctrl+mod1+e exec --no-startup-id emacs;focus
#thunar
bindsym ctrl+mod1+t exec --no-startup-id thunar;focus
#ranger
#bindsym ctrl+mod1+t exec --no-startup-id termite -e ranger;focus
#libreoffice
bindsym ctrl+mod1+l exec --no-startup-id libreoffice;focus
#browsers
bindsym control+mod1+f exec --no-startup-id firefox;focus
#pragha
#bindsym ctrl+mod1+n exec --no-startup-id pragha;focus
#cmus
#bindsym ctrl+mod1+m exec --no-startup-id termite -e cmus;focus
#tauon music box
bindsym ctrl+mod1+m exec --no-startup-id tauon;focus
@ -528,9 +522,10 @@ bindsym $mod+shift+a exec --no-startup-id bash $HOME/scripts/redetect-audio.sh
################# screenshots #################
#####################################################################################################################
bindsym Print exec --no-startup-id xfce4-screenshooter
bindsym Control+Print exec --no-startup-id xfce4-screenshooter
#bindsym Print exec --no-startup-id xfce4-screenshooter
#bindsym Control+Print exec --no-startup-id xfce4-screenshooter
bindsym Print exec --no-startup-id flameshot gui
bindsym Control+Print exec --no-startup-id flameshot gui -d 2000
#####################################################################################################################

View File

@ -224,6 +224,7 @@ if [[ "$seltheme" == "nyarch" ]]; then
cp -r "./themes/nyarch/polybar" "$HOME/.config/"
cp -r "./themes/nyarch/neofetch/lowpoly_flamegirl_blue.txt" "$HOME/.config/neofetch/lowpoly_flamegirl.txt"
cp "./themes/.fehbg-nyarch" "$HOME/.fehbg"
#sed -i 's/^NAME=".*"/NAME="Rawrch Linyux"/' /etc/os-release
elif [[ "$seltheme" == "space-pink" ]]; then
#cp -r "./themes/space-pink/i3" "$HOME/.config/"
cat "./themes/space-pink/i3/color" >> "$HOME/.config/i3/config"