mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
alacritty config
This commit is contained in:
parent
333d0f9cd9
commit
baf903cdbc
@ -5,7 +5,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
window = {
|
window = {
|
||||||
decorations = "none";
|
decorations = "full";
|
||||||
};
|
};
|
||||||
alt_send_esc = true;
|
alt_send_esc = true;
|
||||||
};
|
};
|
||||||
|
|||||||
@ -59,7 +59,7 @@ floating_modifier $mod
|
|||||||
# start a terminal
|
# start a terminal
|
||||||
#export TERMINAL=/usr/bin/alacritty
|
#export TERMINAL=/usr/bin/alacritty
|
||||||
#bindsym $mod+Return exec i3-sensible-terminal
|
#bindsym $mod+Return exec i3-sensible-terminal
|
||||||
bindsym $mod+Return exec /etc/orfiles/per-user/ellmau/bin/alacritty
|
bindsym $mod+Return exec /etc/profiles/per-user/ellmau/bin/alacritty
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user