From eb9bfe9d16c615197427ddf641a7e0435b926ad3 Mon Sep 17 00:00:00 2001 From: Carolyn Knight-Serrano Date: Sun, 22 Dec 2019 12:04:22 -0800 Subject: [PATCH] Windowchef :) --- .config/wal/templates/colors-luakit.lua | 2 +- .config/wal/templates/colors-windowchefrc | 25 +++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100755 .config/wal/templates/colors-windowchefrc diff --git a/.config/wal/templates/colors-luakit.lua b/.config/wal/templates/colors-luakit.lua index 38fe4d4..680e3d4 100755 --- a/.config/wal/templates/colors-luakit.lua +++ b/.config/wal/templates/colors-luakit.lua @@ -6,7 +6,7 @@ local theme = {{}} -- Default settings -theme.font = "12px scientifica" +theme.font = "12px Source Code Pro" theme.fg = "{foreground}" theme.bg = "{background}" diff --git a/.config/wal/templates/colors-windowchefrc b/.config/wal/templates/colors-windowchefrc new file mode 100755 index 0000000..52aeda1 --- /dev/null +++ b/.config/wal/templates/colors-windowchefrc @@ -0,0 +1,25 @@ +#!/bin/sh + +waitron wm_config border_width 10 +waitron wm_config internal_border_width 4 +waitron wm_config color_focused "{color3.strip}" +waitron wm_config color_unfocused "{color4.strip}" +waitron wm_config internal_color_focused "{color5.strip}" +waitron wm_config internal_color_unfocused "{color6.strip}" + +waitron wm_config gap_width all 0 +waitron wm_config grid_gap_width 10 + +waitron wm_config cursor_position center + +waitron wm_config groups_nr 10 +waitron wm_config enable_sloppy_focus true +waitron wm_config enable_resize_hints false +waitron wm_config sticky_windows false +waitron wm_config enable_borders true +waitron wm_config enable_last_window_focusing true +waitron wm_config apply_settings true +waitron wm_config replay_click_on_focus true +waitron wm_config pointer_actions move resize_side resize_corner +waitron wm_config pointer_modifier super +waitron wm_config click_to_focus any