tweak alacritty and zellij, add sxhkd

This commit is contained in:
Travis Burtrum 2023-10-03 00:53:10 -04:00
parent 510eab673f
commit 2b89f919ca
3 changed files with 13 additions and 6 deletions

View File

@ -23,7 +23,7 @@
# available, otherwise `xterm-256color` is used. # available, otherwise `xterm-256color` is used.
#TERM: alacritty #TERM: alacritty
#window: window:
# Window dimensions (changes require restart) # Window dimensions (changes require restart)
# #
# Number of lines/columns (not pixels) in the terminal. Both lines and columns # Number of lines/columns (not pixels) in the terminal. Both lines and columns
@ -62,7 +62,7 @@
# Values for `decorations` (macOS only): # Values for `decorations` (macOS only):
# - transparent: Title bar, transparent background and title bar buttons # - transparent: Title bar, transparent background and title bar buttons
# - buttonless: Title bar, transparent background and no title bar buttons # - buttonless: Title bar, transparent background and no title bar buttons
#decorations: full decorations: none
# Background opacity # Background opacity
# #
@ -386,13 +386,13 @@
# #
#command: None #command: None
#selection: selection:
# This string contains all characters that are used as separators for # This string contains all characters that are used as separators for
# "semantic words" in Alacritty. # "semantic words" in Alacritty.
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t" #semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
# When set to `true`, selected text will be copied to the primary clipboard. # When set to `true`, selected text will be copied to the primary clipboard.
#save_to_clipboard: false save_to_clipboard: false
#cursor: #cursor:
# Cursor style # Cursor style

7
sxhkd/sxhkdrc Normal file
View File

@ -0,0 +1,7 @@
# negative -w arg to account for a border width (default: 100%)
#F11
# tdrop -ma -w -4 -h '70%' -y 4 cool-retro-term -e zellij attach -c drop
# negative -w arg to account for a border width (default: 100%)
F12
tdrop -ma -h '70%' alacritty -o window.opacity=0.8 -e zellij attach -c drop

View File

@ -303,7 +303,7 @@ plugins {
// Enable or disable automatic copy (and clear) of selection when releasing mouse // Enable or disable automatic copy (and clear) of selection when releasing mouse
// Default: true // Default: true
// //
// copy_on_select false copy_on_select false
// Path to the default editor to use to edit pane scrollbuffer // Path to the default editor to use to edit pane scrollbuffer
// Default: $EDITOR or $VISUAL // Default: $EDITOR or $VISUAL
@ -315,7 +315,7 @@ plugins {
// or should each user have their own cursor (false) // or should each user have their own cursor (false)
// Default: false // Default: false
// //
// mirror_session true mirror_session true
// The folder in which Zellij will look for layouts // The folder in which Zellij will look for layouts
// //