mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-07-06 21:19:24 -04:00
add labwc and update stuff
This commit is contained in:
parent
189e89212d
commit
8f02c07390
24 changed files with 1687 additions and 202 deletions
17
dot_config/labwc/autostart
Normal file
17
dot_config/labwc/autostart
Normal file
|
@ -0,0 +1,17 @@
|
|||
#!/bin/bash
|
||||
|
||||
hyprpaper >/dev/null 2>&1 &
|
||||
swayosd-server >/dev/null 2>&1 &
|
||||
# swayidle before-sleep 'loginctl lock-session' lock 'swaylock' >/dev/null 2>&1 &
|
||||
|
||||
wl-clip-persist --clipboard regular &
|
||||
wl-paste --type text --watch cliphist store >/dev/null 2>&1 &
|
||||
wl-paste --type image --watch cliphist store >/dev/null 2>&1 &
|
||||
|
||||
/usr/lib/polkit-kde-authentication-agent-1 &
|
||||
|
||||
systemctl start --user foot-server
|
||||
systemctl start --user swaync
|
||||
systemctl restart --user hypridle
|
||||
systemctl restart --user kanshi
|
||||
systemctl restart --user waybar
|
7
dot_config/labwc/environment
Normal file
7
dot_config/labwc/environment
Normal file
|
@ -0,0 +1,7 @@
|
|||
XKB_DEFAULT_LAYOUT=us
|
||||
XKB_DEFAULT_OPTIONS=compose:ralt
|
||||
|
||||
XCURSOR_THEME=Qogir-dark
|
||||
XCURSOR_SIZE=24
|
||||
|
||||
QT_QPA_PLATFORMTHEME=qt6ct
|
449
dot_config/labwc/rc.xml
Normal file
449
dot_config/labwc/rc.xml
Normal file
|
@ -0,0 +1,449 @@
|
|||
<labwc_config>
|
||||
<theme>
|
||||
<name></name>
|
||||
<cornerRadius>8</cornerRadius>
|
||||
<keepBorder>yes</keepBorder>
|
||||
<dropShadows>yes</dropShadows>
|
||||
<font place="ActiveWindow">
|
||||
<name>Lexend</name>
|
||||
<size>10</size>
|
||||
<slant>normal</slant>
|
||||
<weight>normal</weight>
|
||||
</font>
|
||||
<font place="InactiveWindow">
|
||||
<name>Lexend</name>
|
||||
<size>10</size>
|
||||
<slant>normal</slant>
|
||||
<weight>normal</weight>
|
||||
</font>
|
||||
<font place="MenuHeader">
|
||||
<name>Lexend</name>
|
||||
<size>10</size>
|
||||
<slant>normal</slant>
|
||||
<weight>normal</weight>
|
||||
</font>
|
||||
<font place="MenuItem">
|
||||
<name>Lexend</name>
|
||||
<size>10</size>
|
||||
<slant>normal</slant>
|
||||
<weight>normal</weight>
|
||||
</font>
|
||||
<font place="OnScreenDisplay">
|
||||
<name>Lexend</name>
|
||||
<size>12</size>
|
||||
<slant>normal</slant>
|
||||
<weight>normal</weight>
|
||||
</font>
|
||||
</theme>
|
||||
|
||||
<desktops number="4" />
|
||||
|
||||
<core>
|
||||
<decoration>server</decoration>
|
||||
<gap>20</gap>
|
||||
<adaptiveSync>fullscreen</adaptiveSync>
|
||||
<allowTearing>no</allowTearing>
|
||||
<reuseOutputMode>yes</reuseOutputMode>
|
||||
<xwaylandPersistence>no</xwaylandPersistence>
|
||||
</core>
|
||||
|
||||
<focus>
|
||||
<followMouse>yes</followMouse>
|
||||
<followMouseRequiresMovement>yes</followMouseRequiresMovement>
|
||||
<raiseOnFocus>no</raiseOnFocus>
|
||||
</focus>
|
||||
|
||||
<resistance>
|
||||
<screenEdgeStrength>30</screenEdgeStrength>
|
||||
<windowEdgeStrength>30</windowEdgeStrength>
|
||||
<!-- resistance for maximized/tiled windows -->
|
||||
<unSnapThreshold>30</unSnapThreshold>
|
||||
<!-- resistance for vertically/horizontally maximized windows -->
|
||||
<unMaximizeThreshold>150</unMaximizeThreshold>
|
||||
</resistance>
|
||||
|
||||
<snapping>
|
||||
<!-- Set range to 0 to disable window snapping completely -->
|
||||
<range>40</range>
|
||||
<overlay enabled="yes">
|
||||
<delay inner="200" outer="200" />
|
||||
</overlay>
|
||||
<topMaximize>yes</topMaximize>
|
||||
<notifyClient>always</notifyClient>
|
||||
</snapping>
|
||||
|
||||
<regions>
|
||||
<region name="top-right" x="50%" y="0%" width="50%" height="50%"></region>
|
||||
<region name="bottom-right" x="50%" y="50%" width="50%" height="50%"></region>
|
||||
<region name="bottom-left" x="0%" y="0%" width="50%" height="50%"></region>
|
||||
<region name="top-left" x="0%" y="50%" width="50%" height="50%"></region>
|
||||
<region name="half-left" x="0%" y="0%" width="50%" height="100%"></region>
|
||||
<region name="half-right" x="50%" y="0%" width="50%" height="100%"></region>
|
||||
<region name="half-top" x="0%" y="0%" width="100%" height="50%"></region>
|
||||
<region name="half-bottom" x="0%" y="50%" width="100%" height="50%"></region>
|
||||
<region name="center-full" x="0%" y="0%" width="100%" height="100%"></region>
|
||||
</regions>
|
||||
|
||||
<keyboard>
|
||||
<repeatRate>50</repeatRate>
|
||||
<repeatDelay>200</repeatDelay>
|
||||
|
||||
<keybind key="W-S-q"><action name="Exit" /></keybind>
|
||||
<keybind key="W-S-r"><action name="Reconfigure" /></keybind>
|
||||
|
||||
<keybind key="W-Return"><action name="Execute" command="footclient"/></keybind>
|
||||
<keybind key="W-S-e"><action name="Execute" command="xdg-open ."/></keybind>
|
||||
<keybind key="W-e"><action name="Execute" command="wezterm start --class fm-term yazi"/></keybind>
|
||||
<keybind key="W-d"><action name="Execute" command="anyrun"/></keybind>
|
||||
<keybind key="W-w"><action name="Execute" command="rofi -show window"/></keybind>
|
||||
<keybind key="W-q"><action name="Execute" command="wlogout -p layer-shell"/></keybind>
|
||||
<keybind key="W-v"><action name="Execute" command="sh -c 'cliphist list | rofi -dmenu | cliphist decode | wl-copy'"/></keybind>
|
||||
<keybind key="W-S-s"><action name="Execute" command="hyprshot -m region"/></keybind>
|
||||
<keybind key="W-p"><action name="Execute" command="hyprshot -m output"/></keybind>
|
||||
<keybind key="W-C-S-s"><action name="Execute" command="tesseract-shot.sh"/></keybind>
|
||||
<keybind key="W-b"><action name="Execute" command="killall -SIGUSR1 waybar"/></keybind>
|
||||
|
||||
<keybind key="W-c"><action name="Close"/></keybind>
|
||||
<keybind key="W-S-c"><action name="Kill"/></keybind>
|
||||
|
||||
<keybind key="W-f">
|
||||
<action name="ToggleMaximize" />
|
||||
</keybind>
|
||||
|
||||
<keybind key="W-Space">
|
||||
<action name="ToggleMaximize" />
|
||||
</keybind>
|
||||
|
||||
<keybind key="W-S-f">
|
||||
<action name="ToggleFullscreen" />
|
||||
</keybind>
|
||||
|
||||
<keybind key="XF86_AudioLowerVolume">
|
||||
<action name="Execute" command="swayosd-client --output-volume lower" />
|
||||
</keybind>
|
||||
<keybind key="XF86_AudioRaiseVolume">
|
||||
<action name="Execute" command="swayosd-client --output-volume raise" />
|
||||
</keybind>
|
||||
<keybind key="XF86_AudioMute">
|
||||
<action name="Execute" command="swayosd-client --output-volume mute-toggle" />
|
||||
</keybind>
|
||||
<keybind key="XF86_MonBrightnessUp">
|
||||
<action name="Execute" command="brightnessctl set +10%" />
|
||||
</keybind>
|
||||
<keybind key="XF86_MonBrightnessDown">
|
||||
<action name="Execute" command="brightnessctl set 10%-" />
|
||||
</keybind>
|
||||
|
||||
<keybind key="W-1"><action name="GoToDesktop" to="1" /></keybind>
|
||||
<keybind key="W-2"><action name="GoToDesktop" to="2" /></keybind>
|
||||
<keybind key="W-3"><action name="GoToDesktop" to="3" /></keybind>
|
||||
<keybind key="W-4"><action name="GoToDesktop" to="4" /></keybind>
|
||||
|
||||
<keybind key="W-S-1"><action name="SendToDesktop" to="1" /></keybind>
|
||||
<keybind key="W-S-2"><action name="SendToDesktop" to="2" /></keybind>
|
||||
<keybind key="W-S-3"><action name="SendToDesktop" to="3" /></keybind>
|
||||
<keybind key="W-S-4"><action name="SendToDesktop" to="4" /></keybind>
|
||||
|
||||
<!-- <keybind key="A-Tab"> -->
|
||||
<!-- <action name="NextWindow" /> -->
|
||||
<!-- </keybind> -->
|
||||
<!-- <keybind key="A-S-Tab"> -->
|
||||
<!-- <action name="PreviousWindow" /> -->
|
||||
<!-- </keybind> -->
|
||||
<keybind key="W-i">
|
||||
<action name="NextWindow" />
|
||||
</keybind>
|
||||
<keybind key="W-m">
|
||||
<action name="PreviousWindow" />
|
||||
</keybind>
|
||||
<keybind key="W-j">
|
||||
<action name="NextWindow" />
|
||||
</keybind>
|
||||
<keybind key="W-k">
|
||||
<action name="PreviousWindow" />
|
||||
</keybind>
|
||||
<keybind key="W-l">
|
||||
<action name="NextWindow" />
|
||||
</keybind>
|
||||
<keybind key="W-h">
|
||||
<action name="PreviousWindow" />
|
||||
</keybind>
|
||||
|
||||
<keybind key="W-period">
|
||||
<action name="FocusOutput" direction="left" wrap="yes" />
|
||||
</keybind>
|
||||
<keybind key="W-comma">
|
||||
<action name="FocusOutput" direction="right" wrap="yes" />
|
||||
</keybind>
|
||||
<keybind key="W-Tab">
|
||||
<action name="FocusOutput" direction="right" wrap="yes" />
|
||||
</keybind>
|
||||
|
||||
<keybind key="W-S-period">
|
||||
<action name="MoveToOutput" direction="left" wrap="yes" />
|
||||
</keybind>
|
||||
<keybind key="W-S-comma">
|
||||
<action name="MoveToOutput" direction="right" wrap="yes" />
|
||||
</keybind>
|
||||
<keybind key="W-S-Tab">
|
||||
<action name="MoveToOutput" direction="right" wrap="yes" />
|
||||
</keybind>
|
||||
|
||||
<!-- <keybind key="A-Left"> -->
|
||||
<!-- <action name="MoveToEdge" direction="left" /> -->
|
||||
<!-- </keybind> -->
|
||||
<!-- <keybind key="A-Right"> -->
|
||||
<!-- <action name="MoveToEdge" direction="right" /> -->
|
||||
<!-- </keybind> -->
|
||||
<!-- <keybind key="A-Up"> -->
|
||||
<!-- <action name="MoveToEdge" direction="up" /> -->
|
||||
<!-- </keybind> -->
|
||||
<!-- <keybind key="A-Down"> -->
|
||||
<!-- <action name="MoveToEdge" direction="down" /> -->
|
||||
<!-- </keybind> -->
|
||||
<keybind key="W-Left">
|
||||
<action name="SnapToEdge" direction="left" />
|
||||
</keybind>
|
||||
<keybind key="W-Right">
|
||||
<action name="SnapToEdge" direction="right" />
|
||||
</keybind>
|
||||
<keybind key="W-Up">
|
||||
<action name="SnapToEdge" direction="up" />
|
||||
</keybind>
|
||||
<keybind key="W-Down">
|
||||
<action name="SnapToEdge" direction="down" />
|
||||
</keybind>
|
||||
<!-- <keybind key="A-Space"> -->
|
||||
<!-- <action name="ShowMenu" menu="client-menu" atCursor="no" /> -->
|
||||
<!-- </keybind> -->
|
||||
</keyboard>
|
||||
|
||||
|
||||
<mouse>
|
||||
<!-- time is in ms -->
|
||||
<doubleClickTime>500</doubleClickTime>
|
||||
|
||||
<context name="All">
|
||||
<mousebind direction="W-Up" action="Scroll">
|
||||
<action name="PreviousWindow" />
|
||||
</mousebind>
|
||||
<mousebind direction="W-Down" action="Scroll">
|
||||
<action name="NextWindow" />
|
||||
</mousebind>
|
||||
</context>
|
||||
|
||||
<context name="Frame">
|
||||
<mousebind button="W-Left" action="Press">
|
||||
<action name="Focus" />
|
||||
<action name="Raise" />
|
||||
</mousebind>
|
||||
<mousebind button="W-Left" action="Drag">
|
||||
<action name="Move" />
|
||||
</mousebind>
|
||||
<mousebind button="W-Right" action="Press">
|
||||
<action name="Focus" />
|
||||
<action name="Raise" />
|
||||
</mousebind>
|
||||
<mousebind button="W-Right" action="Drag">
|
||||
<action name="Resize" />
|
||||
</mousebind>
|
||||
</context>
|
||||
|
||||
<context name="Top">
|
||||
<mousebind button="Left" action="Drag">
|
||||
<action name="Resize" />
|
||||
</mousebind>
|
||||
</context>
|
||||
<context name="Left">
|
||||
<mousebind button="Left" action="Drag">
|
||||
<action name="Resize" />
|
||||
</mousebind>
|
||||
</context>
|
||||
<context name="Right">
|
||||
<mousebind button="Left" action="Drag">
|
||||
<action name="Resize" />
|
||||
</mousebind>
|
||||
</context>
|
||||
<context name="Bottom">
|
||||
<mousebind button="Left" action="Drag">
|
||||
<action name="Resize" />
|
||||
</mousebind>
|
||||
</context>
|
||||
<context name="TRCorner">
|
||||
<mousebind button="Left" action="Drag">
|
||||
<action name="Resize" />
|
||||
</mousebind>
|
||||
</context>
|
||||
<context name="BRCorner">
|
||||
<mousebind button="Left" action="Drag">
|
||||
<action name="Resize" />
|
||||
</mousebind>
|
||||
</context>
|
||||
<context name="TLCorner">
|
||||
<mousebind button="Left" action="Drag">
|
||||
<action name="Resize" />
|
||||
</mousebind>
|
||||
</context>
|
||||
<context name="BLCorner">
|
||||
<mousebind button="Left" action="Drag">
|
||||
<action name="Resize" />
|
||||
</mousebind>
|
||||
</context>
|
||||
|
||||
<context name="TitleBar">
|
||||
<mousebind button="Left" action="Press">
|
||||
<action name="Focus" />
|
||||
<action name="Raise" />
|
||||
</mousebind>
|
||||
<mousebind button="Right" action="Click">
|
||||
<action name="Focus" />
|
||||
<action name="Raise" />
|
||||
</mousebind>
|
||||
<mousebind direction="Up" action="Scroll">
|
||||
<action name="Unshade" />
|
||||
<action name="Focus" />
|
||||
</mousebind>
|
||||
<mousebind direction="Down" action="Scroll">
|
||||
<action name="Unfocus" />
|
||||
<action name="Shade" />
|
||||
</mousebind>
|
||||
</context>
|
||||
|
||||
<context name="Title">
|
||||
<mousebind button="Left" action="Drag">
|
||||
<action name="Move" />
|
||||
</mousebind>
|
||||
<mousebind button="Left" action="DoubleClick">
|
||||
<action name="ToggleMaximize" />
|
||||
</mousebind>
|
||||
<mousebind button="Right" action="Click">
|
||||
<action name="ShowMenu" menu="client-menu" />
|
||||
</mousebind>
|
||||
</context>
|
||||
|
||||
<context name="Maximize">
|
||||
<mousebind button="Left" action="Click">
|
||||
<action name="ToggleMaximize" />
|
||||
</mousebind>
|
||||
<mousebind button="Right" action="Click">
|
||||
<action name="ToggleMaximize" direction="horizontal" />
|
||||
</mousebind>
|
||||
<mousebind button="Middle" action="Click">
|
||||
<action name="ToggleMaximize" direction="vertical" />
|
||||
</mousebind>
|
||||
</context>
|
||||
|
||||
<context name="WindowMenu">
|
||||
<mousebind button="Left" action="Click">
|
||||
<action name="ShowMenu" menu="client-menu" atCursor="no" />
|
||||
</mousebind>
|
||||
<mousebind button="Right" action="Click">
|
||||
<action name="ShowMenu" menu="client-menu" atCursor="no" />
|
||||
</mousebind>
|
||||
</context>
|
||||
|
||||
<context name="Icon">
|
||||
<mousebind button="Left" action="Click">
|
||||
<action name="ShowMenu" menu="client-menu" atCursor="no" />
|
||||
</mousebind>
|
||||
<mousebind button="Right" action="Click">
|
||||
<action name="ShowMenu" menu="client-menu" atCursor="no" />
|
||||
</mousebind>
|
||||
</context>
|
||||
|
||||
<context name="Shade">
|
||||
<mousebind button="Left" action="Click">
|
||||
<action name="ToggleShade" />
|
||||
</mousebind>
|
||||
</context>
|
||||
|
||||
<context name="AllDesktops">
|
||||
<mousebind button="Left" action="Click">
|
||||
<action name="ToggleOmnipresent" />
|
||||
</mousebind>
|
||||
</context>
|
||||
|
||||
<context name="Iconify">
|
||||
<mousebind button="Left" action="Click">
|
||||
<action name="Iconify" />
|
||||
</mousebind>
|
||||
</context>
|
||||
|
||||
<context name="Close">
|
||||
<mousebind button="Left" action="Click">
|
||||
<action name="Close" />
|
||||
</mousebind>
|
||||
</context>
|
||||
|
||||
<context name="Client">
|
||||
<mousebind button="Left" action="Press">
|
||||
<action name="Focus" />
|
||||
<action name="Raise" />
|
||||
</mousebind>
|
||||
<mousebind button="Middle" action="Press">
|
||||
<action name="Focus" />
|
||||
<action name="Raise" />
|
||||
</mousebind>
|
||||
<mousebind button="Right" action="Press">
|
||||
<action name="Focus" />
|
||||
<action name="Raise" />
|
||||
</mousebind>
|
||||
</context>
|
||||
|
||||
<context name="Root">
|
||||
<mousebind button="Left" action="Press">
|
||||
<action name="ShowMenu" menu="root-menu" />
|
||||
</mousebind>
|
||||
<mousebind button="Right" action="Press">
|
||||
<action name="ShowMenu" menu="root-menu" />
|
||||
</mousebind>
|
||||
<mousebind button="Middle" action="Press">
|
||||
<action name="ShowMenu" menu="root-menu" />
|
||||
<!-- openbox default, swap with above line to activate -->
|
||||
<!-- <action name="ShowMenu" menu="client-list-combined-menu" /> -->
|
||||
</mousebind>
|
||||
<mousebind direction="Up" action="Scroll">
|
||||
<action name="GoToDesktop" to="left" wrap="yes" />
|
||||
</mousebind>
|
||||
<mousebind direction="Down" action="Scroll">
|
||||
<action name="GoToDesktop" to="right" wrap="yes" />
|
||||
</mousebind>
|
||||
</context>
|
||||
|
||||
</mouse>
|
||||
|
||||
<libinput>
|
||||
<device category="default">
|
||||
<naturalScroll></naturalScroll>
|
||||
<leftHanded></leftHanded>
|
||||
<pointerSpeed>0.0</pointerSpeed>
|
||||
<accelProfile>flat</accelProfile>
|
||||
<tap>yes</tap>
|
||||
<tapButtonMap></tapButtonMap>
|
||||
<tapAndDrag></tapAndDrag>
|
||||
<dragLock></dragLock>
|
||||
<middleEmulation></middleEmulation>
|
||||
<disableWhileTyping></disableWhileTyping>
|
||||
<clickMethod></clickMethod>
|
||||
<sendEventsMode></sendEventsMode>
|
||||
<calibrationMatrix></calibrationMatrix>
|
||||
<scrollFactor>1.0</scrollFactor>
|
||||
</device>
|
||||
</libinput>
|
||||
|
||||
<windowSwitcher show="yes" preview="yes" outlines="yes" allWorkspaces="no">
|
||||
<fields>
|
||||
<!-- <field content="type" width="25%" /> -->
|
||||
<field content="icon" width="5%" />
|
||||
<field content="desktop_entry_name" width="30%" />
|
||||
<!-- <field content="trimmed_identifier" width="25%" /> -->
|
||||
<!-- <field content="identifier" width="25%" /> -->
|
||||
<field content="title" width="50%" />
|
||||
</fields>
|
||||
</windowSwitcher>
|
||||
|
||||
<menu>
|
||||
<ignoreButtonReleasePeriod>250</ignoreButtonReleasePeriod>
|
||||
<showIcons>yes</showIcons>
|
||||
</menu>
|
||||
</labwc_config>
|
115
dot_config/labwc/themerc-override
Normal file
115
dot_config/labwc/themerc-override
Normal file
|
@ -0,0 +1,115 @@
|
|||
# This file contains all themerc options with default values
|
||||
#
|
||||
# System-wide and local themes can be overridden by creating a copy of this
|
||||
# file and renaming it to $HOME/.config/labwc/themerc-override. Be careful
|
||||
# though - if you only want to override a small number of specific options,
|
||||
# make sure all other lines are commented out or deleted.
|
||||
|
||||
# general
|
||||
border.width: 2
|
||||
|
||||
#
|
||||
# The global padding.{width,height} of openbox are not supported because
|
||||
# the default labwc button geometry deviates from that of openbox
|
||||
#
|
||||
window.titlebar.padding.width: 0
|
||||
window.titlebar.padding.height: 0
|
||||
|
||||
# window border
|
||||
window.active.border.color: #f4dbd6
|
||||
window.inactive.border.color: #1e2030
|
||||
|
||||
# ToggleKeybinds status indicator
|
||||
window.active.indicator.toggled-keybind.color: #ff0000
|
||||
|
||||
# window titlebar background
|
||||
window.active.title.bg.color: #1e2030
|
||||
window.inactive.title.bg.color: #181926
|
||||
|
||||
# window titlebar text
|
||||
window.active.label.text.color: #cad3f5
|
||||
window.inactive.label.text.color: #a5adcb
|
||||
window.label.text.justify: center
|
||||
|
||||
# window button width and spacing
|
||||
window.button.width: 26
|
||||
window.button.height: 26
|
||||
window.button.spacing: 0
|
||||
|
||||
# window button hover effect
|
||||
window.button.hover.bg.corner-radius: 0
|
||||
|
||||
# window buttons
|
||||
window.active.button.unpressed.image.color: #cad3f5
|
||||
window.inactive.button.unpressed.image.color: #a5adcb
|
||||
|
||||
# window drop-shadows
|
||||
window.active.shadow.size: 60
|
||||
window.inactive.shadow.size: 40
|
||||
window.active.shadow.color: #00000060
|
||||
window.inactive.shadow.color: #00000040
|
||||
|
||||
# Note that "menu", "iconify", "max", "close" buttons colors can be defined
|
||||
# individually by inserting the type after the button node, for example:
|
||||
#
|
||||
# window.active.button.iconify.unpressed.image.color: #333333
|
||||
|
||||
# menu
|
||||
menu.overlap.x: 0
|
||||
menu.overlap.y: 0
|
||||
menu.width.min: 20
|
||||
menu.width.max: 200
|
||||
menu.border.width: 1
|
||||
menu.border.color: #181926
|
||||
menu.items.bg.color: #1e2030
|
||||
menu.items.text.color: #cad3f5
|
||||
menu.items.active.bg.color: #363a4f
|
||||
menu.items.active.text.color: #cad3f5
|
||||
menu.items.padding.x: 7
|
||||
menu.items.padding.y: 4
|
||||
menu.separator.width: 1
|
||||
menu.separator.padding.width: 6
|
||||
menu.separator.padding.height: 3
|
||||
menu.separator.color: #888888
|
||||
menu.title.bg.color: #589bda
|
||||
menu.title.text.color: #ffffff
|
||||
menu.title.text.justify: Center
|
||||
|
||||
# on screen display (window-cycle dialog)
|
||||
osd.bg.color: #1e2030
|
||||
osd.border.color: #f4dbd6
|
||||
osd.border.width: 2
|
||||
osd.label.text.color: #cad3f5
|
||||
|
||||
# width can be set as percent (of screen width)
|
||||
# example 50% or 75% instead of 600, max 100%
|
||||
osd.window-switcher.width: 45%
|
||||
|
||||
osd.window-switcher.padding: 20
|
||||
osd.window-switcher.item.padding.x: 10
|
||||
osd.window-switcher.item.padding.y: 5
|
||||
osd.window-switcher.item.active.border.width: 2
|
||||
osd.window-switcher.preview.border.width: 2
|
||||
osd.window-switcher.preview.border.color: #eed49f
|
||||
|
||||
osd.workspace-switcher.boxes.width: 20
|
||||
osd.workspace-switcher.boxes.height: 20
|
||||
|
||||
# Default values for following options change depending on the rendering
|
||||
# backend. For software-based renderers, *.bg.enabled is "no" and
|
||||
# *.border.enabled is "yes" if not set. For hardware-based renderers,
|
||||
# *.bg.enabled is "yes" and *.border.enabled is "no" if not set.
|
||||
# Setting *.bg.enabled to "yes" for software-based renderer with translucent
|
||||
# background color may severely impact performance.
|
||||
#
|
||||
# snapping.overlay.region.bg.enabled:
|
||||
# snapping.overlay.edge.bg.enabled:
|
||||
# snapping.overlay.region.border.enabled:
|
||||
# snapping.overlay.edge.border.enabled:
|
||||
|
||||
snapping.overlay.region.bg.color: #f4dbd680
|
||||
snapping.overlay.edge.bg.color: #f4dbd680
|
||||
snapping.overlay.region.border.width: 1
|
||||
snapping.overlay.edge.border.width: 1
|
||||
snapping.overlay.region.border.color: #dddda6,#000000,#dddda6
|
||||
snapping.overlay.edge.border.color: #dddda6,#000000,#dddda6
|
Loading…
Add table
Add a link
Reference in a new issue