diff options
author | Shubham Saini <shubham6405@gmail.com> | 2020-05-28 17:11:21 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2020-05-28 17:11:21 +0000 |
commit | c86ab2f8695dd41b722e00ca36c5ded1f7626a21 (patch) | |
tree | f7ceb66c9704f35c96635dd3a2716aee551bc963 /spectrwm | |
parent | a365310c55a1646690cd4060d93873e10ad1cd42 (diff) |
updated zsh
Diffstat (limited to 'spectrwm')
-rw-r--r-- | spectrwm/.config/spectrwm/spectrwm.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spectrwm/.config/spectrwm/spectrwm.conf b/spectrwm/.config/spectrwm/spectrwm.conf index 8cc43e5..79252db 100644 --- a/spectrwm/.config/spectrwm/spectrwm.conf +++ b/spectrwm/.config/spectrwm/spectrwm.conf | |||
@@ -38,7 +38,7 @@ bar_color[1] = black | |||
38 | bar_color_selected[1] = rgb:00/80/80 | 38 | bar_color_selected[1] = rgb:00/80/80 |
39 | bar_font_color[1] = rgb:b5/b5/b5, rgb:73/73/73 | 39 | bar_font_color[1] = rgb:b5/b5/b5, rgb:73/73/73 |
40 | bar_font_color_selected = black | 40 | bar_font_color_selected = black |
41 | bar_font = ASM\-Bold:style=☞:size=9.5 | 41 | bar_font = ASM\-Bold:style=☞:size=9.5:antialias=true:autohint=true |
42 | bar_action = ~/.config/spectrwm/statusbar | 42 | bar_action = ~/.config/spectrwm/statusbar |
43 | bar_action_expand = 1 | 43 | bar_action_expand = 1 |
44 | bar_justify = left | 44 | bar_justify = left |
@@ -129,8 +129,8 @@ bind[pprev] = XF86AudioPrev | |||
129 | bind[pplay] = XF86AudioPlay | 129 | bind[pplay] = XF86AudioPlay |
130 | 130 | ||
131 | # Optional default programs that will only be validated if you override: | 131 | # Optional default programs that will only be validated if you override: |
132 | program[screenshot_all] = screenshot full # optional | 132 | program[screenshot_all] = ~/.local/bin/screenshot full # optional |
133 | program[screenshot_wind] = screenshot window # optional | 133 | program[screenshot_wind] = ~/.local/bin/screenshot window # optional |
134 | # program[initscr] = initscreen.sh # optional | 134 | # program[initscr] = initscreen.sh # optional |
135 | 135 | ||
136 | # EXAMPLE: Define 'firefox' action and bind to key. | 136 | # EXAMPLE: Define 'firefox' action and bind to key. |