diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 25e7c72..bfc45dc 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -3,14 +3,14 @@ # Any items in the `env` entry below will be added as # environment variables. Some entries may override variables # set by alacritty itself. -#env: +env: # TERM variable # # This value is used to set the `$TERM` environment variable for # each instance of Alacritty. If it is not present, alacritty will # check the local terminfo database and use `alacritty` if it is # available, otherwise `xterm-256color` is used. - #TERM: xterm-256color + TERM: xterm-256color window: # Window dimensions (changes require restart) @@ -61,7 +61,7 @@ scrolling: # Number of lines the viewport will move for every line scrolled when # scrollback is enabled (history > 0). - multiplier: 3 + multiplier: 10 # Faux Scrolling # @@ -70,7 +70,7 @@ scrolling: # to allow mouse scrolling for applications like `man`. # # Specifying `0` will disable faux scrolling. - faux_multiplier: 3 + faux_multiplier: 10 # Scroll to the bottom when new text is written to the terminal. auto_scroll: false diff --git a/.config/sway/config b/.config/sway/config index 5de8c69..84cd640 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -14,7 +14,7 @@ set $down j set $up k set $right l # Your preferred terminal emulator -set $term gnome-terminal +set $term alacritty # Your preferred application launcher # None: it's recommended that you pass the final command to sway #set $menu dmenu_path | dmenu | xargs swaymsg exec @@ -60,8 +60,7 @@ bindsym Scroll_Lock exec swaylock -c 333333AA -s tile -i ~/Pildid/background.png # Dropbox exec ~/code/dropbox-filesystem-fix/dropbox_start.py - -bindsym Alt+Tab exec gnome-terminal --title=swayapplauncher -- ~/.bin/sway-apps.py +#bindsym Alt+Tab exec gnome-terminal --title=swayapplauncher -- ~/.bin/sway-apps.py ### Input configuration #