mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-04 18:24:38 +02:00
More initial configuration
Notably add Dunst for notifications.
This commit is contained in:
parent
d85a504c53
commit
f306d92a0d
8 changed files with 109 additions and 10 deletions
|
@ -26,11 +26,13 @@ while read source target; do
|
|||
done <<EOF
|
||||
Xresources .Xresources
|
||||
gtkrc-2.0 .gtkrc-2.0
|
||||
gtkrc-3.0 .config/gtk-3.0/settings.ini
|
||||
gtk3.css .config/gtk-3.0/gtk.css
|
||||
qt5ct.conf .config/qt5ct/qt5ct.conf
|
||||
systemd .config/systemd/user
|
||||
dunstrc .config/dunst/dunstrc
|
||||
firefox.js .mozilla/firefox/*/user.js
|
||||
EOF
|
||||
rm -f ~/.config/gtk-3.0/settings.ini
|
||||
|
||||
# Services are started with systemd
|
||||
systemctl --user import-environment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue