Switch to alacritty 🎉
This commit is contained in:
parent
df12bcdf18
commit
815b018366
4 changed files with 9 additions and 38 deletions
|
@ -245,10 +245,8 @@ live_config_reload: true
|
|||
# You can set shell.program to the path of your favorite shell, e.g. /bin/fish.
|
||||
# Entries in shell.args are passed unmodified as arguments to the shell.
|
||||
#
|
||||
# shell:
|
||||
# program: /bin/bash
|
||||
# args:
|
||||
# - --login
|
||||
shell:
|
||||
program: /usr/bin/tmux
|
||||
|
||||
# Key bindings
|
||||
#
|
||||
|
|
|
@ -30,7 +30,7 @@ bindsym $mod+K exec --no-startup-id keepassxc
|
|||
bindsym $mod+l exec --no-startup-id betterlockscreen -l dimblur
|
||||
bindsym $mod+d exec --no-startup-id rofi -show drun -sidebar-mode
|
||||
bindsym $mod+Tab exec --no-startup-id rofi -show window
|
||||
bindsym $mod+Return exec tilix
|
||||
bindsym $mod+Return exec alacritty
|
||||
bindsym $mod+n exec --no-startup-id nautilus
|
||||
bindsym $mod+Shift+g exec --no-startup-id gvim
|
||||
bindsym Control+Shift+Escape exec --no-startup-id gnome-system-monitor
|
||||
|
|
|
@ -1,28 +0,0 @@
|
|||
[/]
|
||||
accelerators-enabled=true
|
||||
terminal-title-style='small'
|
||||
theme-variant='dark'
|
||||
session-name='${activeTerminalTitle}'
|
||||
control-scroll-zoom=true
|
||||
app-title='${activeTerminalTitle}'
|
||||
|
||||
[profiles/2b7c4080-0ddd-46c5-8f23-563fd3ba789d]
|
||||
background-transparency-percent=20
|
||||
terminal-title='${id}: ${title}'
|
||||
cursor-blink-mode='off'
|
||||
visible-name='Default'
|
||||
|
||||
[keybindings]
|
||||
session-close='disabled'
|
||||
terminal-find='<Primary>f'
|
||||
session-add-right='<Shift><Alt>s'
|
||||
session-add-down='<Alt>s'
|
||||
app-new-session='<Primary>t'
|
||||
session-save='disabled'
|
||||
terminal-maximize='<Alt>f'
|
||||
terminal-file-browser='<Alt>n'
|
||||
terminal-reset-and-clear='<Alt>k'
|
||||
terminal-find-next='disabled'
|
||||
terminal-close='<Primary>w'
|
||||
terminal-read-only='<Alt>bracketleft'
|
||||
terminal-find-previous='disabled'
|
|
@ -59,8 +59,9 @@
|
|||
mode: 0644
|
||||
owner: jake
|
||||
|
||||
- name: Tilix config
|
||||
shell: "dconf load /etc/gexperts/Tilix/"
|
||||
args:
|
||||
stdin: "{{ lookup('file', './files/tilix.conf') }}"
|
||||
become: jake
|
||||
# - name: Tilix config
|
||||
# shell: "dconf load /etc/gexperts/Tilix/"
|
||||
# args:
|
||||
# stdin: "{{ lookup('file', './files/tilix.conf') }}"
|
||||
# become: true
|
||||
# become_user: jake
|
||||
|
|
Loading…
Reference in a new issue