Add nautilus
This commit is contained in:
parent
fe48ad1a5c
commit
43e1833d57
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/local/env bash
|
#!/usr/local/env bash
|
||||||
|
source .profile
|
||||||
export $(dbus-launch)
|
export $(dbus-launch)
|
||||||
xinput --set-prop 'pointer:Corsair CORSAIR M55 RGB PRO Gaming Mouse' 'libinput Accel Speed' -0.9
|
xinput --set-prop 'pointer:Corsair CORSAIR M55 RGB PRO Gaming Mouse' 'libinput Accel Speed' -0.9
|
||||||
source .profile
|
|
||||||
if (xrdb -query | grep -q "^awesome\\.started:\\s*true$"); then exit; fi
|
if (xrdb -query | grep -q "^awesome\\.started:\\s*true$"); then exit; fi
|
||||||
xrdb -merge <<< "awesome.started:true"
|
xrdb -merge <<< "awesome.started:true"
|
||||||
picom -b --config $HOME/.config/picom.conf
|
picom -b --config $HOME/.config/picom.conf
|
||||||
|
|
|
@ -13,7 +13,7 @@ sudo dnf install -y \
|
||||||
|
|
||||||
echo 'Installing extended graphical applications...'
|
echo 'Installing extended graphical applications...'
|
||||||
sudo dnf install -y \
|
sudo dnf install -y \
|
||||||
emacs gparted thunderbird filezilla telegram-desktop libreoffice \
|
nautilus emacs gparted thunderbird filezilla telegram-desktop libreoffice \
|
||||||
flameshot ibus-uniemoji xsel mpv xt7-player-mpv
|
flameshot ibus-uniemoji xsel mpv xt7-player-mpv
|
||||||
|
|
||||||
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
|
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
|
||||||
|
|
Loading…
Reference in a new issue