2 Commits

2 changed files with 2 additions and 4 deletions
Split View
  1. +0
    -2
      .config/alacritty/alacritty.yml
  2. +2
    -2
      .config/rofi/config

+ 0
- 2
.config/alacritty/alacritty.yml View File

@ -71,7 +71,6 @@ scrolling:
#faux_multiplier: 3
# Scroll to the bottom when new text is written to the terminal.
auto_scroll: false
# Spaces per Tab (changes require restart)
#
@ -80,7 +79,6 @@ scrolling:
# Some applications, like Emacs, rely on knowing about the width of a tab.
# To prevent unexpected behavior in these applications, it's also required to
# change the `it` value in terminfo when altering this setting.
tabspaces: 8
# Font configuration (changes require restart)
font:


+ 2
- 2
.config/rofi/config View File

@ -9,7 +9,7 @@ rofi.color-active: #d41919, #d41919, #d41919, #98d1ce, #ffffff
rofi.color-urgent: #0a0f14, #ff1844, #0a0f14, #394249, #ff1844
rofi.lines: 7
rofi.eh: 2
rofi.fullscreen: true
rofi.fullscreen: false
!rofi.width: 1400px
rofi.padding: 400
rofi.opacity: 90
@ -18,4 +18,4 @@ rofi.terminal: termite
rofi.glob: true
rofi.tokenize: false
rofi.font: Source Sans Pro 30
rofi.theme: ./flat-redux-green.rasi
rofi.theme: ./flat-redux-green-window.rasi

Loading…
Cancel
Save