diff options
Diffstat (limited to 'home/i3-config.nix')
| -rw-r--r-- | home/i3-config.nix | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/home/i3-config.nix b/home/i3-config.nix index 5dca33d..dfc0024 100644 --- a/home/i3-config.nix +++ b/home/i3-config.nix @@ -1,6 +1,5 @@ -{ alacritty, i3lock-color, i3status-rust -, rofi, setxkbmap, tmux-lift, xautolock -}: '' +{ i3lock-color, i3status-rust, rofi, setxkbmap, st, tmux-lift, xautolock }: +'' # This file has been auto-generated by i3-config-wizard(1).# It will not be overwritten, so edit it as you like. # # Should you change your keyboard layout some time, delete @@ -32,7 +31,7 @@ floating_modifier $mod # start a terminal - bindsym $mod+Return exec ${alacritty}/bin/alacritty -e ${tmux-lift}/bin/lift + bindsym $mod+Return exec ${st}/bin/st -e ${tmux-lift}/bin/lift # kill focused window bindsym $mod+Shift+q kill |
