diff --git a/.config/i3/config b/.config/i3/config index 556c0396..63129760 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -56,15 +56,15 @@ font pango:xos4 Terminus 9 # Use in case of NODM/autologin and .xinitrc -- If we're just starting the system, we need to lock it up. #exec --no-startup-id "i3lock -i ~/.i3splash" -exec_always --no-startup-id "killall polybar; sleep 1; polybar -r gamma" -exec --no-startup-id "redshift" -exec_always --no-startup-id "compton --config ~/.config/compton.conf" -exec_always --no-startup-id "dunst" +#exec_always --no-startup-id "killall polybar; sleep 1; polybar -r gamma" +#exec --no-startup-id "redshift" +#exec_always --no-startup-id "compton --config ~/.config/compton.conf" +#exec_always --no-startup-id "dunst" exec_always --no-startup-id "feh --randomize --bg-tile ~/Pictures/Wallpapers/i3" -exec_always --no-startup-id "xfce4-power-manager" -exec --no-startup-id "xfce4-volumed-pulse" -exec_always --no-startup-id "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1" -exec --no-startup-id "mopidy" +#exec_always --no-startup-id "xfce4-power-manager" +#exec --no-startup-id "xfce4-volumed-pulse" +#exec_always --no-startup-id "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1" +#exec --no-startup-id "mopidy" #exec --no-startup-id "syncthing -no-browser" bindsym $mod+$shift+w exec --no-startup-id "feh --randomize --bg-fill ~/Pictures/Wallpapers/i3" diff --git a/.config/i3/kdestartup.sh b/.config/i3/kdestartup.sh new file mode 100755 index 00000000..947776cc --- /dev/null +++ b/.config/i3/kdestartup.sh @@ -0,0 +1,11 @@ +#!/bin/bash +polybar -r gamma & + +compton & +dunst & + +redshift & +mopidy & + +xrdb ~/.Xresources +killall plasmashell diff --git a/.config/plasma-workspace/env/set_window_manager.sh b/.config/plasma-workspace/env/set_window_manager.sh new file mode 100755 index 00000000..afc4db09 --- /dev/null +++ b/.config/plasma-workspace/env/set_window_manager.sh @@ -0,0 +1 @@ +export KDEWM=/usr/bin/i3 diff --git a/.zshrc b/.zshrc index fed5d543..d98a6f5d 100644 --- a/.zshrc +++ b/.zshrc @@ -2,6 +2,7 @@ if [[ -f "/etc/profile" ]]; then source /etc/profile 2>& /dev/null fi export ZSH=/home/salt/.oh-my-zsh +export LANG="en_US.UTF-8" # Set name of the theme to load. Optionally, if you set this to "random" # it'll load a random theme each time that oh-my-zsh is loaded. # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes