update obconf theme

master
Tom Weber 3 years ago
parent c9a65aa8fd
commit fed2df44e0

@ -11,7 +11,8 @@
<followMouse>yes</followMouse> <followMouse>yes</followMouse>
<!-- move focus to a window when you move the mouse into it --> <!-- move focus to a window when you move the mouse into it -->
<focusLast>yes</focusLast> <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 --> <!-- move focus under the mouse, even when the mouse is not moving -->
<focusDelay>10</focusDelay> <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 --> <!-- 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 --> 'Active' - where the active window is -->
</placement> </placement>
<theme> <theme>
<name>Sweetly</name> <name>Clia</name>
<titleLayout>LIMC</titleLayout> <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). --> <!-- 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> <keepBorder>yes</keepBorder>
@ -206,7 +207,7 @@
<bar>yes</bar> <bar>yes</bar>
<dialog>no</dialog> <dialog>no</dialog>
<direction>left</direction> <direction>left</direction>
</action> </action>
</keybind> </keybind>
<keybind key="W-Up"> <keybind key="W-Up">
<action name="DirectionalCycleWindows"> <action name="DirectionalCycleWindows">
@ -224,7 +225,7 @@
</keybind> </keybind>
<!-- split/tile window --> <!-- split/tile window -->
<keybind key="W-Tab"> <keybind key="W-Tab">
<action name="ToggleMaximizeFull"/> <action name="ToggleMaximizeFull"/>
</keybind> </keybind>
<keybind key="W-a"> <keybind key="W-a">
<action name="MoveResizeTo"> <action name="MoveResizeTo">
@ -257,18 +258,18 @@
</action> </action>
</keybind> </keybind>
<keybind key="W-S-d"> <keybind key="W-S-d">
<action name="MoveResizeTo"> <action name="MoveResizeTo">
<!-- move to next monitor --> <!-- move to next monitor -->
<monitor>2</monitor> <monitor>2</monitor>
</action> </action>
</keybind> </keybind>
<keybind key="W-S-a"> <keybind key="W-S-a">
<action name="MoveResizeTo"> <action name="MoveResizeTo">
<!-- move to next monitor --> <!-- move to next monitor -->
<monitor>1</monitor> <monitor>1</monitor>
</action> </action>
</keybind> </keybind>
<!-- desktop switching --> <!-- desktop switching -->
<keybind key="W-1"> <keybind key="W-1">
<action name="GoToDesktop"> <action name="GoToDesktop">
<to>1</to> <to>1</to>
@ -760,7 +761,7 @@
</menu> </menu>
<applications> <applications>
<application class="*" type="normal"> <application class="*" type="normal">
<decor>yes</decor> <decor>yes</decor>
</application> </application>
<!-- <!--
<application class="Thunar" type="normal"> <application class="Thunar" type="normal">

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

Loading…
Cancel
Save