diff options
Diffstat (limited to 'spectrwm')
-rw-r--r-- | spectrwm/.config/spectrwm/keybindings.conf | 4 | ||||
-rw-r--r-- | spectrwm/.config/spectrwm/spectrwm.conf | 6 |
2 files changed, 5 insertions, 5 deletions
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 | |||
112 | bind[ws_20] = MOD+F10 | 112 | bind[ws_20] = MOD+F10 |
113 | bind[ws_21] = MOD+F11 | 113 | bind[ws_21] = MOD+F11 |
114 | bind[ws_22] = MOD+F12 | 114 | bind[ws_22] = MOD+F12 |
115 | bind[ws_next] = MOD+Right | 115 | bind[ws_next] = MOD+Shift+L |
116 | bind[ws_next_all] = MOD+Up | 116 | bind[ws_next_all] = MOD+Up |
117 | bind[ws_next_move] = MOD+Shift+Up | 117 | bind[ws_next_move] = MOD+Shift+Up |
118 | bind[ws_prev] = MOD+Left | 118 | bind[ws_prev] = MOD+Shift+H |
119 | bind[ws_prev_all] = MOD+Down | 119 | bind[ws_prev_all] = MOD+Down |
120 | bind[ws_prev_move] = MOD+Shift+Down | 120 | bind[ws_prev_move] = MOD+Shift+Down |
121 | bind[ws_prior] = MOD+a | 121 | 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 | |||
13 | warp_pointer = 1 | 13 | warp_pointer = 1 |
14 | 14 | ||
15 | # Window Decoration | 15 | # Window Decoration |
16 | border_width = 3 | 16 | border_width = 0 |
17 | color_focus = rgb:88/88/88 | 17 | color_focus = rgb:88/88/88 |
18 | color_focus_maximized = rgb:f3/f4/f5 | 18 | color_focus_maximized = rgb:f3/f4/f5 |
19 | color_unfocus = rgb:f3/f4/f5 | 19 | color_unfocus = rgb:f3/f4/f5 |
@@ -51,8 +51,8 @@ clock_enabled = 0 | |||
51 | clock_format = %a %b %d %R %Z %Y | 51 | clock_format = %a %b %d %R %Z %Y |
52 | iconic_enabled = 0 | 52 | iconic_enabled = 0 |
53 | maximize_hide_bar = 0 | 53 | maximize_hide_bar = 0 |
54 | window_class_enabled = 0 | 54 | window_class_enabled = 1 |
55 | window_instance_enabled = 0 | 55 | window_instance_enabled = 1 |
56 | window_name_enabled = 1 | 56 | window_name_enabled = 1 |
57 | verbose_layout = 1 | 57 | verbose_layout = 1 |
58 | urgent_enabled = 1 | 58 | urgent_enabled = 1 |