mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-10 18:11:13 +10:00
Getting configs ready for DTOS launch.
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
# Specify the backend to use: `xrender`, `glx`, or `egl`.
|
# Specify the backend to use: `xrender`, `glx`, or `egl`.
|
||||||
#
|
#
|
||||||
# Default: "xrender"
|
# Default: "xrender"
|
||||||
backend = "glx"
|
backend = "xrender"
|
||||||
|
|
||||||
# Enabled client-side shadows on windows. Note desktop windows
|
# Enabled client-side shadows on windows. Note desktop windows
|
||||||
# (windows with '_NET_WM_WINDOW_TYPE_DESKTOP') never get shadow,
|
# (windows with '_NET_WM_WINDOW_TYPE_DESKTOP') never get shadow,
|
||||||
@@ -47,7 +47,7 @@ shadow-exclude = [
|
|||||||
"_GTK_FRAME_EXTENTS@:c"
|
"_GTK_FRAME_EXTENTS@:c"
|
||||||
];
|
];
|
||||||
|
|
||||||
corner-radius = 8
|
corner-radius = 0
|
||||||
detect-rounded-corners = false
|
detect-rounded-corners = false
|
||||||
|
|
||||||
# Fade windows in/out when opening/closing and when opacity changes,
|
# Fade windows in/out when opening/closing and when opacity changes,
|
||||||
|
|||||||
@@ -395,7 +395,7 @@ def init_widgets_list():
|
|||||||
widgets_list = [
|
widgets_list = [
|
||||||
widget.Spacer(length = 12),
|
widget.Spacer(length = 12),
|
||||||
widget.Image(
|
widget.Image(
|
||||||
filename = "~/.config/qtile/icons/infinity-icon.png",
|
filename = "~/.config/qtile/icons/dt-icon.png",
|
||||||
scale = "False",
|
scale = "False",
|
||||||
mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn(myTerm)},
|
mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn(myTerm)},
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -272,7 +272,7 @@ def init_widgets_list():
|
|||||||
widgets_list = [
|
widgets_list = [
|
||||||
widget.Spacer(length = 12),
|
widget.Spacer(length = 12),
|
||||||
widget.Image(
|
widget.Image(
|
||||||
filename = "~/.config/qtile/icons/infinity-icon.png",
|
filename = "~/.config/qtile/icons/dt-icon.png",
|
||||||
scale = "False",
|
scale = "False",
|
||||||
mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn(myTerm)},
|
mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn(myTerm)},
|
||||||
),
|
),
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
Reference in New Issue
Block a user