From 1c84c072619de0d877b5aa79175a8598e4e41673 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Tue, 28 Jul 2020 13:42:17 +0530 Subject: colors --- picom/.config/picom.conf | 2 ++ spectrwm/.config/spectrwm/keybindings.conf | 4 ++-- spectrwm/.config/spectrwm/spectrwm.conf | 6 +++--- x/.Xresources | 22 +++++++++++----------- 4 files changed, 18 insertions(+), 16 deletions(-) diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index 669922d..b51f5fc 100644 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf @@ -68,3 +68,5 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ]; detect-transient = true; detect-client-leader = true; invert-color-include = [ ]; +corner-radius = 5; +rounded-corners-exclude = [ "name = 'Spectrwm'" ] diff --git a/spectrwm/.config/spectrwm/keybindings.conf b/spectrwm/.config/spectrwm/keybindings.conf index 8635a11..7cade6f 100644 --- a/spectrwm/.config/spectrwm/keybindings.conf +++ b/spectrwm/.config/spectrwm/keybindings.conf @@ -112,10 +112,10 @@ bind[ws_19] = MOD+F9 bind[ws_20] = MOD+F10 bind[ws_21] = MOD+F11 bind[ws_22] = MOD+F12 -bind[ws_next] = MOD+Right +bind[ws_next] = MOD+Shift+L bind[ws_next_all] = MOD+Up bind[ws_next_move] = MOD+Shift+Up -bind[ws_prev] = MOD+Left +bind[ws_prev] = MOD+Shift+H bind[ws_prev_all] = MOD+Down bind[ws_prev_move] = MOD+Shift+Down bind[ws_prior] = MOD+a diff --git a/spectrwm/.config/spectrwm/spectrwm.conf b/spectrwm/.config/spectrwm/spectrwm.conf index 94d11c0..8fd48f2 100644 --- a/spectrwm/.config/spectrwm/spectrwm.conf +++ b/spectrwm/.config/spectrwm/spectrwm.conf @@ -13,7 +13,7 @@ warp_focus = 1 warp_pointer = 1 # Window Decoration -border_width = 3 +border_width = 0 color_focus = rgb:88/88/88 color_focus_maximized = rgb:f3/f4/f5 color_unfocus = rgb:f3/f4/f5 @@ -51,8 +51,8 @@ clock_enabled = 0 clock_format = %a %b %d %R %Z %Y iconic_enabled = 0 maximize_hide_bar = 0 -window_class_enabled = 0 -window_instance_enabled = 0 +window_class_enabled = 1 +window_instance_enabled = 1 window_name_enabled = 1 verbose_layout = 1 urgent_enabled = 1 diff --git a/x/.Xresources b/x/.Xresources index 44bd7c8..c346ab2 100644 --- a/x/.Xresources +++ b/x/.Xresources @@ -8,28 +8,28 @@ *.color8: #747c84 ! red -*.color1: #ce3c1e -*.color9: #ce3c1e +*.color1: #b55651 +*.color9: #b55651 ! green -*.color2: #1ea85c -*.color10: #1ea85c +*.color2: #11703c +*.color10: #11703c ! yellow -*.color3: #758268 -*.color11: #758268 +*.color3: #4d4f4b +*.color11: #4d4f4b ! blue -*.color4: #50719b -*.color12: #50719b +*.color4: #304560 +*.color12: #304560 ! magenta *.color5: #aa297f *.color13: #aa297f ! cyan -*.color6: #35a390 -*.color14: #35a390 +*.color6: #4ba39a +*.color14: #4ba39a ! white *.color7: #c7ccd1 @@ -47,7 +47,7 @@ URxvt.letterSpace : 0 URxvt.scrollBar : false URxvt.internalBorder : 25 URxvt.cursorUnderline : false -URxvt.geometry : 70x35 +URxvt.geometry : 80x30 URxvt.thickness : 5 URxvt.titleBar : false URxvt.intensityStyles : false -- cgit v1.2.3