diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index 76047d2..62433cd 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -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 diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc new file mode 100644 index 0000000..e403111 --- /dev/null +++ b/sxhkd/sxhkdrc @@ -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 diff --git a/zellij/config.kdl b/zellij/config.kdl index bf54c86..3004bcd 100644 --- a/zellij/config.kdl +++ b/zellij/config.kdl @@ -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 //