Skip to content

Instantly share code, notes, and snippets.

* {
-ThunarAbstractIconView-row-spacing: 15;
-ThunarAbstractIconView-column-spacing: 32;
}
.thunar.background .sidebar .view{
background-color: #F2F2F2;
padding: 6px 0;
color: #303030
}
@davidphilipbarr
davidphilipbarr / menu.diff
Created December 3, 2024 18:23
more client menu
wl_list_for_each(view, &server->views, link) {
if (view->workspace == workspace) {
const char *title = view_get_string_prop(view, "title");
const char *appid = view_get_string_prop(view, "app_id");
if (!view->foreign_toplevel || string_null_or_empty(title)) {
continue;
}
if (view == server->active_view) {
buf_add_fmt(&buffer, "* %s - %s", title, appid);
#include QMK_KEYBOARD_H
#define _BASE 0
#define _SS 1
#define _ADD 2
#define _XT 3
enum custom_keycodes {
NL_LOAD = SAFE_RANGE,
NL_POKE,
window.background.nautilus-window {
background: rgba(250,250,250, 0.96);
}
.nautilus-window placessidebar.background {
background: rgba(250,250,250, 0);
}
.titlebar:not(headerbar), headerbar {
box-shadow: none;
box-shadow: inset 0px 0px 0px 1px #FFFFFF;
}
decoration:not(.solid-csd),.background:not(.tiled):not(.maximized):not(.solid-csd) .titlebar:backdrop, .background:not(.tiled):not(.maximized):not(.solid-csd) .titlebar, .background:not(.tiled-top):not(.maximized):not(.solid-csd) .titlebar:backdrop, .background:not(.tiled-top):not(.maximized):not(.solid-csd) .titlebar, .background:not(.tiled-left):not(.maximized):not(.solid-csd) .titlebar:backdrop, .background:not(.tiled-left):not(.maximized):not(.solid-csd) .titlebar, .background:not(.tiled-right):not(.maximized):not(.solid-csd) .titlebar:backdrop, .background:not(.tiled-right):not(.maximized):not(.solid-csd) .titlebar, .background:not(.tiled-bottom):not(.maximized):not(.solid-csd) .titlebar:backdrop, .background:not(.tiled-bottom):not(.maximized):not(.solid-csd) .titlebar,
window:not(.tiled):not(.maximized):not(.fullscreen):not(.solid-csd) separator:first-child + headerbar:backdrop, window:not(.tiled):not(
//numbers
combo_1 {
timeout-ms = <50>;
key-positions = <0 10>;
bindings = <&kp NUM_1>;
};
combo_2 {
timeout-ms = <50>;
/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
#include <behaviors.dtsi>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/bt.h>
/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
#include <behaviors.dtsi>
#include <dt-bindings/zmk/keys.h>
= <&pro_micro_d 7 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>E6
, <&pro_micro_a 0 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>F7
, <&pro_micro_a 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>F6
, <&pro_micro_a 2 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> F5
, <&pro_micro_a 3 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>F4
, <&pro_micro_d 15 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>B1
, <&pro_micro_d 14 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>B3
, <&pro_micro_d 16 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>B2
, <&pro_micro_d 10 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>B6
, <&pro_micro_d 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>D3
/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
#include <behaviors.dtsi>