diff --git a/config/awesome/autostart.sh b/config/awesome/autostart.sh index 8ae6b7b..3455fbf 100755 --- a/config/awesome/autostart.sh +++ b/config/awesome/autostart.sh @@ -14,3 +14,4 @@ run parcellite #run picom --config $HOME/.config/picom/picom.conf run bitwarden-desktop run remmina -i +run onedrivegui diff --git a/config/awesome/theme.lua b/config/awesome/theme.lua index ca62cad..cdf0698 100644 --- a/config/awesome/theme.lua +++ b/config/awesome/theme.lua @@ -97,7 +97,7 @@ theme.titlebar_maximized_button_focus_inactive = themes_path.."default/titlebar theme.titlebar_maximized_button_normal_active = themes_path.."default/titlebar/maximized_normal_active.png" theme.titlebar_maximized_button_focus_active = themes_path.."default/titlebar/maximized_focus_active.png" -theme.wallpaper = "~/.config/awesome/wallpapers/debian-wallpaper.jpg" +theme.wallpaper = "~/.config/awesome/wallpapers/arch-linux-wallpaper.jpg" -- You can use your own layout icons like this: theme.layout_fairh = themes_path.."default/layouts/fairhw.png" diff --git a/config/awesome/wallpapers/arch-linux-wallpaper.jpg b/config/awesome/wallpapers/arch-linux-wallpaper.jpg new file mode 100644 index 0000000..58ab2d9 Binary files /dev/null and b/config/awesome/wallpapers/arch-linux-wallpaper.jpg differ diff --git a/git/gitconfig b/git/gitconfig index cb960b2..73538e2 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -30,3 +30,5 @@ [core] autocrlf = false +[safe] + directory = /opt/tessdata