From 1c84c072619de0d877b5aa79175a8598e4e41673 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Tue, 28 Jul 2020 13:42:17 +0530 Subject: colors --- spectrwm/.config/spectrwm/keybindings.conf | 4 ++-- spectrwm/.config/spectrwm/spectrwm.conf | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'spectrwm/.config') 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 -- cgit v1.2.3