diff options
| -rw-r--r-- | picom/.config/picom.conf | 2 | ||||
| -rw-r--r-- | spectrwm/.config/spectrwm/keybindings.conf | 4 | ||||
| -rw-r--r-- | spectrwm/.config/spectrwm/spectrwm.conf | 6 | ||||
| -rw-r--r-- | 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'" ]; | |||
| 68 | detect-transient = true; | 68 | detect-transient = true; |
| 69 | detect-client-leader = true; | 69 | detect-client-leader = true; |
| 70 | invert-color-include = [ ]; | 70 | invert-color-include = [ ]; |
| 71 | corner-radius = 5; | ||
| 72 | 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 | |||
| 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 |
diff --git a/x/.Xresources b/x/.Xresources index 44bd7c8..c346ab2 100644 --- a/x/.Xresources +++ b/x/.Xresources | |||
| @@ -8,28 +8,28 @@ | |||
| 8 | *.color8: #747c84 | 8 | *.color8: #747c84 |
| 9 | 9 | ||
| 10 | ! red | 10 | ! red |
| 11 | *.color1: #ce3c1e | 11 | *.color1: #b55651 |
| 12 | *.color9: #ce3c1e | 12 | *.color9: #b55651 |
| 13 | 13 | ||
| 14 | ! green | 14 | ! green |
| 15 | *.color2: #1ea85c | 15 | *.color2: #11703c |
| 16 | *.color10: #1ea85c | 16 | *.color10: #11703c |
| 17 | 17 | ||
| 18 | ! yellow | 18 | ! yellow |
| 19 | *.color3: #758268 | 19 | *.color3: #4d4f4b |
| 20 | *.color11: #758268 | 20 | *.color11: #4d4f4b |
| 21 | 21 | ||
| 22 | ! blue | 22 | ! blue |
| 23 | *.color4: #50719b | 23 | *.color4: #304560 |
| 24 | *.color12: #50719b | 24 | *.color12: #304560 |
| 25 | 25 | ||
| 26 | ! magenta | 26 | ! magenta |
| 27 | *.color5: #aa297f | 27 | *.color5: #aa297f |
| 28 | *.color13: #aa297f | 28 | *.color13: #aa297f |
| 29 | 29 | ||
| 30 | ! cyan | 30 | ! cyan |
| 31 | *.color6: #35a390 | 31 | *.color6: #4ba39a |
| 32 | *.color14: #35a390 | 32 | *.color14: #4ba39a |
| 33 | 33 | ||
| 34 | ! white | 34 | ! white |
| 35 | *.color7: #c7ccd1 | 35 | *.color7: #c7ccd1 |
| @@ -47,7 +47,7 @@ URxvt.letterSpace : 0 | |||
| 47 | URxvt.scrollBar : false | 47 | URxvt.scrollBar : false |
| 48 | URxvt.internalBorder : 25 | 48 | URxvt.internalBorder : 25 |
| 49 | URxvt.cursorUnderline : false | 49 | URxvt.cursorUnderline : false |
| 50 | URxvt.geometry : 70x35 | 50 | URxvt.geometry : 80x30 |
| 51 | URxvt.thickness : 5 | 51 | URxvt.thickness : 5 |
| 52 | URxvt.titleBar : false | 52 | URxvt.titleBar : false |
| 53 | URxvt.intensityStyles : false | 53 | URxvt.intensityStyles : false |
