tweak alacritty and zellij, add sxhkd
This commit is contained in:
parent
510eab673f
commit
2b89f919ca
@ -23,7 +23,7 @@
|
||||
# available, otherwise `xterm-256color` is used.
|
||||
#TERM: alacritty
|
||||
|
||||
#window:
|
||||
window:
|
||||
# Window dimensions (changes require restart)
|
||||
#
|
||||
# Number of lines/columns (not pixels) in the terminal. Both lines and columns
|
||||
@ -62,7 +62,7 @@
|
||||
# Values for `decorations` (macOS only):
|
||||
# - transparent: Title bar, transparent background and title bar buttons
|
||||
# - buttonless: Title bar, transparent background and no title bar buttons
|
||||
#decorations: full
|
||||
decorations: none
|
||||
|
||||
# Background opacity
|
||||
#
|
||||
@ -386,13 +386,13 @@
|
||||
#
|
||||
#command: None
|
||||
|
||||
#selection:
|
||||
selection:
|
||||
# This string contains all characters that are used as separators for
|
||||
# "semantic words" in Alacritty.
|
||||
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
|
||||
|
||||
# When set to `true`, selected text will be copied to the primary clipboard.
|
||||
#save_to_clipboard: false
|
||||
save_to_clipboard: false
|
||||
|
||||
#cursor:
|
||||
# Cursor style
|
||||
|
7
sxhkd/sxhkdrc
Normal file
7
sxhkd/sxhkdrc
Normal 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
|
@ -303,7 +303,7 @@ plugins {
|
||||
// Enable or disable automatic copy (and clear) of selection when releasing mouse
|
||||
// Default: true
|
||||
//
|
||||
// copy_on_select false
|
||||
copy_on_select false
|
||||
|
||||
// Path to the default editor to use to edit pane scrollbuffer
|
||||
// Default: $EDITOR or $VISUAL
|
||||
@ -315,7 +315,7 @@ plugins {
|
||||
// or should each user have their own cursor (false)
|
||||
// Default: false
|
||||
//
|
||||
// mirror_session true
|
||||
mirror_session true
|
||||
|
||||
// The folder in which Zellij will look for layouts
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user