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>
@ -206,7 +207,7 @@
<bar>yes</bar>
<dialog>no</dialog>
<direction>left</direction>
</action>
</action>
</keybind>
<keybind key="W-Up">
<action name="DirectionalCycleWindows">
@ -224,7 +225,7 @@
</keybind>
<!-- split/tile window -->
<keybind key="W-Tab">
<action name="ToggleMaximizeFull"/>
<action name="ToggleMaximizeFull"/>
</keybind>
<keybind key="W-a">
<action name="MoveResizeTo">
@ -257,18 +258,18 @@
</action>
</keybind>
<keybind key="W-S-d">
<action name="MoveResizeTo">
<!-- move to next monitor -->
<monitor>2</monitor>
</action>
</keybind>
<keybind key="W-S-a">
<action name="MoveResizeTo">
<!-- move to next monitor -->
<monitor>1</monitor>
</action>
</keybind>
<!-- desktop switching -->
<action name="MoveResizeTo">
<!-- move to next monitor -->
<monitor>2</monitor>
</action>
</keybind>
<keybind key="W-S-a">
<action name="MoveResizeTo">
<!-- move to next monitor -->
<monitor>1</monitor>
</action>
</keybind>
<!-- desktop switching -->
<keybind key="W-1">
<action name="GoToDesktop">
<to>1</to>
@ -760,7 +761,7 @@
</menu>
<applications>
<application class="*" type="normal">
<decor>yes</decor>
<decor>yes</decor>
</application>
<!--
<application class="Thunar" type="normal">

@ -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