more stuff
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
[Appearance]
|
[Appearance]
|
||||||
color_scheme_path=/home/opal/.config/qt5ct/colors/Dracula.conf
|
color_scheme_path=/home/opal/.config/qt5ct/colors/Dracula.conf
|
||||||
custom_palette=true
|
custom_palette=true
|
||||||
|
icon_theme=Papirus-Dark
|
||||||
standard_dialogs=default
|
standard_dialogs=default
|
||||||
style=Fusion
|
style=Fusion
|
||||||
|
|
||||||
@@ -24,7 +25,7 @@ underline_shortcut=1
|
|||||||
wheel_scroll_lines=3
|
wheel_scroll_lines=3
|
||||||
|
|
||||||
[SettingsWindow]
|
[SettingsWindow]
|
||||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x4l\0\0\x5\x65\0\0\0\0\0\0\0\0\0\0\x2\xde\0\0\x2\x62\0\0\0\0\x2\0\0\0\rp\0\0\0\0\0\0\0\0\0\0\x4l\0\0\x5\x65)
|
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x3\xaf\0\0\x4u\0\0\0\0\0\0\0\0\0\0\x2\xde\0\0\x2\x62\0\0\0\0\x2\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\x3\xaf\0\0\x4u)
|
||||||
|
|
||||||
[Troubleshooting]
|
[Troubleshooting]
|
||||||
force_raster_widgets=1
|
force_raster_widgets=1
|
||||||
|
|||||||
Binary file not shown.
+6
-6
@@ -194,6 +194,7 @@ client.focused "#6400b0" "#7607e6" "#ffffff" "#6400b0"
|
|||||||
|
|
||||||
set $opacity 0.90
|
set $opacity 0.90
|
||||||
for_window [class="Emacs"] opacity $opacity
|
for_window [class="Emacs"] opacity $opacity
|
||||||
|
for_window [app_id="dolphin"] opacity $opacity
|
||||||
|
|
||||||
# Gaps
|
# Gaps
|
||||||
smart_gaps on
|
smart_gaps on
|
||||||
@@ -201,12 +202,11 @@ gaps inner 5
|
|||||||
gaps outer 2
|
gaps outer 2
|
||||||
|
|
||||||
# Idle configuration
|
# Idle configuration
|
||||||
# exec swayidle -w \
|
exec swayidle -w \
|
||||||
# timeout 1 'swaylock -f' \
|
timeout 3200 'swaymsg "output * dpms off"' \
|
||||||
# timeout 1 'swaymsg "output * dpms off"' \
|
timeout 15 'if pgrep -x swaylock; then swaymsg "output * dpms off"; fi' \
|
||||||
# timeout 15 'if pgrep -x swaylock; then swaymsg "output * dpms off"; fi' \
|
resume 'swaymsg "output * dpms on"' \
|
||||||
# resume 'swaymsg "output * dpms on"' \
|
before-sleep 'swaylock -f'
|
||||||
# before-sleep 'swaylock -f'
|
|
||||||
|
|
||||||
### Input configuration
|
### Input configuration
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user