General cleanup
This commit is contained in:
parent
75c8aed064
commit
e32b4c6c05
15 changed files with 13 additions and 16 deletions
|
@ -47,6 +47,9 @@ fixed=MonoLisa Mono,14,-1,5,50,0,0,0,0,0
|
|||
font=Segoe UI,10,-1,5,50,0,0,0,0,0
|
||||
menuFont=Segoe UI,10,-1,5,50,0,0,0,0,0
|
||||
|
||||
[Icons]
|
||||
Theme=McMojave-circle-brown
|
||||
|
||||
[KDE]
|
||||
ShowDeleteCommand=false
|
||||
|
||||
|
@ -76,6 +79,3 @@ Dialog Size=600,480
|
|||
[PreviewSettings]
|
||||
EnableRemoteFolderThumbnail=false
|
||||
MaximumRemoteSize=0
|
||||
|
||||
[Icons]
|
||||
Theme=McMojave-circle-brown
|
||||
|
|
|
@ -31,4 +31,8 @@ swww img -o eDP-1 ~/Pictures/wallpapers/tree.jpg &
|
|||
# Custom software
|
||||
# spotify &
|
||||
|
||||
# Power notifications
|
||||
sh $HOME/.scripts/power.sh
|
||||
|
||||
# Reset workspaces
|
||||
echo 1 > $HOME/.config/labwc/current-workspace
|
||||
|
|
1
.config/labwc/current-workspace
Normal file
1
.config/labwc/current-workspace
Normal file
|
@ -0,0 +1 @@
|
|||
1
|
|
@ -6,7 +6,7 @@ default values.
|
|||
<labwc_config>
|
||||
<core>
|
||||
<decoration>server</decoration>
|
||||
<gap>3</gap>
|
||||
<gap>10</gap>
|
||||
<adaptiveSync>no</adaptiveSync>
|
||||
<reuseOutputMode>no</reuseOutputMode>
|
||||
</core>
|
||||
|
@ -167,6 +167,7 @@ your favourite terminal or application launcher. See rc.xml for an example.
|
|||
<action name="GoToDesktop" to="right"/>
|
||||
<action name="Execute" command="bash -c 'echo right > /tmp/workspace'"/>
|
||||
</keybind>
|
||||
<desktops number="4" />
|
||||
<keybind key="W-C-S-Right">
|
||||
<action name="SendToDesktop" to="right"/>
|
||||
<action name="Execute" command="bash -c 'echo right > /tmp/workspace'"/>
|
||||
|
@ -384,8 +385,8 @@ a custom menu when right-clicking on your desktop. See rc.xml for an example.
|
|||
<mousebind button="Left" action="Press"><action name="ShowMenu" menu="root-menu"/></mousebind>
|
||||
<mousebind button="Right" action="Press"><action name="ShowMenu" menu="sys-menu"/></mousebind>
|
||||
<mousebind button="Middle" action="Press"><action name="ShowMenu" menu="root-menu"/></mousebind>
|
||||
<mousebind direction="Up" action="Scroll"><action name="GoToDesktop" to="left" wrap="yes"/><action name="Execute" command="bash -c 'echo left > /tmp/workspace'"/></mousebind>
|
||||
<mousebind direction="Down" action="Scroll"><action name="GoToDesktop" to="right" wrap="yes"/><action name="Execute" command="bash -c 'echo right > /tmp/workspace'"/></mousebind>
|
||||
<mousebind direction="Down" action="Scroll"><action name="GoToDesktop" to="left" wrap="yes"/><action name="Execute" command="bash -c 'echo left > /tmp/workspace'"/></mousebind>
|
||||
<mousebind direction="Up" action="Scroll"><action name="GoToDesktop" to="right" wrap="yes"/><action name="Execute" command="bash -c 'echo right > /tmp/workspace'"/></mousebind>
|
||||
</context>
|
||||
</mouse>
|
||||
<!--
|
||||
|
|
|
@ -15,5 +15,5 @@ default-timeout=5000
|
|||
ignore-timeout=1
|
||||
|
||||
[app-name=Spotify]
|
||||
default-timeout=5000
|
||||
default-timeout=0
|
||||
ignore-timeout=1
|
||||
|
|
BIN
desktop.png
Normal file
BIN
desktop.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2 MiB |
1
helix
1
helix
|
@ -1 +0,0 @@
|
|||
.config/helix
|
1
kanshi
1
kanshi
|
@ -1 +0,0 @@
|
|||
.config/kanshi
|
|
@ -1 +0,0 @@
|
|||
.config/kdeglobals
|
1
kitty
1
kitty
|
@ -1 +0,0 @@
|
|||
.config/kitty
|
1
labwc
1
labwc
|
@ -1 +0,0 @@
|
|||
.config/labwc
|
1
ly
1
ly
|
@ -1 +0,0 @@
|
|||
.config/ly
|
1
mako
1
mako
|
@ -1 +0,0 @@
|
|||
.config/mako
|
|
@ -1 +0,0 @@
|
|||
.config/oh-my-posh
|
1
waybar
1
waybar
|
@ -1 +0,0 @@
|
|||
.config/waybar
|
Loading…
Reference in a new issue