update obconf theme

master
Tom Weber 3 years ago
parent c9a65aa8fd
commit fed2df44e0

@ -11,7 +11,8 @@
<followMouse>yes</followMouse>
<!-- move focus to a window when you move the mouse into it -->
<focusLast>yes</focusLast>
<!-- focus the last used window when changing desktops, instead of the one under the mouse pointer. when followMouse is enabled --> <underMouse>no</underMouse>
<!-- focus the last used window when changing desktops, instead of the one under the mouse pointer. when followMouse is enabled -->
<underMouse>no</underMouse>
<!-- move focus under the mouse, even when the mouse is not moving -->
<focusDelay>10</focusDelay>
<!-- when followMouse is enabled, the mouse must be inside the window for this many milliseconds (1000 = 1 sec) before moving focus to it -->
@ -30,7 +31,7 @@
'Active' - where the active window is -->
</placement>
<theme>
<name>Sweetly</name>
<name>Clia</name>
<titleLayout>LIMC</titleLayout>
<!-- available characters are NDSLIMC, each can occur at most once. N: window icon L: window label (AKA title). I: iconify M: maximize C: close S: shade (roll up/down) D: omnipresent (on all desktops). -->
<keepBorder>yes</keepBorder>
@ -268,7 +269,7 @@
<monitor>1</monitor>
</action>
</keybind>
<!-- desktop switching -->
<!-- desktop switching -->
<keybind key="W-1">
<action name="GoToDesktop">
<to>1</to>

@ -2,8 +2,8 @@
sudo systemctl enable dhcpcd
sudo systemctl start dhcpcd
interface=$(find /sys/class/net -mindepth 1 -maxdepth 1 -lname '*virtual*' -prune -o -printf '%f\n'| head -1)
sudo systemctl enable dhcpcd@$interface.service
sudo systemctl start dhcpcd@$interface.service
#sudo systemctl enable dhcpcd@$interface.service
#sudo systemctl start dhcpcd@$interface.service
sleep 3
# install yay
@ -19,8 +19,9 @@ wget -qO- https://git.io/papirus-folders-install | sh
papirus-folders -C nordic --theme Papirus
# install aur packages
yay -S --no-confirm neovim-plug
yay -S --noconfirm --answerdiff=None neovim-plug
# install zsh and omz
chsh -s $(which zsh)
#chsh -s $(which zsh)
sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"
source ~/.zshrc

Loading…
Cancel
Save