diff --git a/.gitignore b/.gitignore index c18dd8d..dcfc7d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ __pycache__/ +bookmarks diff --git a/1-install.sh b/1-install.sh index e22dbb9..73fcb7a 100755 --- a/1-install.sh +++ b/1-install.sh @@ -182,7 +182,7 @@ while true; do else mkdir ~/wallpaper fi - cp ~/dotfiles/default.jpg ~/wallpaper + cp ~/dotfiles/wallpapers/* ~/wallpaper echo "Default wallpaper installed." break;; * ) echo "Please answer yes or no.";; @@ -194,7 +194,7 @@ done # ------------------------------------------------------ echo "" echo "-> Init pywal" -wal -i ~/dotfiles/default.jpg +wal -i ~/dotfiles/wallpapers/default.jpg echo "pywal initiated." # ------------------------------------------------------ diff --git a/gtk/gtk-3.0/bookmarks b/gtk/gtk-3.0/bookmarks deleted file mode 100644 index 8d57c89..0000000 --- a/gtk/gtk-3.0/bookmarks +++ /dev/null @@ -1,5 +0,0 @@ -file:///home/raabe/wallpaper -file:///home/raabe/Downloads -file:///home/raabe/Pictures/screenshots -file:///home/raabe/Videos -file:///home/raabe/Videos/Recordings diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index e148c46..1421bd1 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -18,7 +18,6 @@ env = WLR_RENDERER_ALLOW_SOFTWARE, 1 # Monitor Setup # See https://wiki.hyprland.org/Configuring/Monitors/ # ----------------------------------------------------- -# monitor=,2560x1440@120,auto,1 monitor=,preferred,auto,1 # monitor=,1920x1080,auto,1 @@ -45,8 +44,7 @@ env = XCURSOR_SIZE,24 # Keyboard layout and mouse # ----------------------------------------------------- input { - # kb_layout = de - kb_layout = us + kb_layout = de kb_variant = kb_model = kb_options = diff --git a/wallpapers/apex_octane.jpg b/wallpapers/apex_octane.jpg new file mode 100644 index 0000000..832fd96 Binary files /dev/null and b/wallpapers/apex_octane.jpg differ diff --git a/wallpapers/default.jpg b/wallpapers/default.jpg new file mode 100644 index 0000000..9e416e9 Binary files /dev/null and b/wallpapers/default.jpg differ diff --git a/wallpapers/green_sea.jpg b/wallpapers/green_sea.jpg new file mode 100644 index 0000000..af8e65a Binary files /dev/null and b/wallpapers/green_sea.jpg differ