From 83d7b9c7ce20f16681afacf99ed3ab47427f1ded Mon Sep 17 00:00:00 2001 From: Peter Son Struschka Date: Sun, 28 Feb 2021 17:58:30 +0800 Subject: all: fixes and new modules --- basics/.config/alacritty/alacritty.yml | 12 ++++++------ basics/.config/dunst/dunstrc | 2 +- basics/.config/rofi/config.rasi | 2 ++ 3 files changed, 9 insertions(+), 7 deletions(-) (limited to 'basics/.config') diff --git a/basics/.config/alacritty/alacritty.yml b/basics/.config/alacritty/alacritty.yml index ee87a85..f127df7 100644 --- a/basics/.config/alacritty/alacritty.yml +++ b/basics/.config/alacritty/alacritty.yml @@ -431,12 +431,12 @@ alt_send_esc: true # - AppKeypad key_bindings: # (Windows/Linux only) - - { key: V, mods: Control|Shift, action: Paste } - - { key: C, mods: Control|Shift, action: Copy } - - { key: Insert, mods: Shift, action: PasteSelection } - - { key: Key0, mods: Control, action: ResetFontSize } - - { key: Equals, mods: Control, action: IncreaseFontSize } - - { key: Subtract, mods: Control, action: DecreaseFontSize } + - { key: V, mods: Control|Shift, action: Paste } + - { key: C, mods: Control|Shift, action: Copy } + - { key: Insert, mods: Shift, action: PasteSelection } + - { key: Key0, mods: Control, action: ResetFontSize } + - { key: Equals, mods: Control, action: IncreaseFontSize } + - { key: Minus, mods: Control, action: DecreaseFontSize } # (macOS only) #- { key: Key0, mods: Command, action: ResetFontSize } diff --git a/basics/.config/dunst/dunstrc b/basics/.config/dunst/dunstrc index 80c3445..d572f7a 100644 --- a/basics/.config/dunst/dunstrc +++ b/basics/.config/dunst/dunstrc @@ -29,7 +29,7 @@ # the top and down respectively. # The width can be negative. In this case the actual width is the # screen width minus the width defined in within the geometry option. - geometry = "300x5-30+20" + geometry = "300x5-30+40" # Show how many messages are currently hidden (because of geometry). indicate_hidden = yes diff --git a/basics/.config/rofi/config.rasi b/basics/.config/rofi/config.rasi index 0fba3e1..7fb7e52 100644 --- a/basics/.config/rofi/config.rasi +++ b/basics/.config/rofi/config.rasi @@ -1,4 +1,6 @@ configuration { modi: "window,run,ssh,drun"; theme: "~/.config/rofi/themes/gruvbox/gruvbox-dark-soft.rasi"; + cache-dir: ".cache/rofi"; + drun-use-desktop-cache: true; } -- cgit v1.2.3