Add nautilus

This commit is contained in:
Leon Grünewald 2021-02-14 19:46:38 +01:00
parent fe48ad1a5c
commit 43e1833d57
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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