diff options
author | Luca Matei Pintilie <lucafulger@gmail.com> | 2023-01-18 20:51:23 +0000 |
---|---|---|
committer | Luca Matei Pintilie <lucafulger@gmail.com> | 2023-01-18 20:51:23 +0000 |
commit | 7eb6d4034b67a2a4b141d87a03e5b81952feffc0 (patch) | |
tree | ea43ccb1d4b730a1b201b14e4703ffc2efcaff57 /.config/i3 | |
parent | ed903f6ba027d3b40f4b9cbdccb6fc2ad6673e9c (diff) | |
download | dotfiles-7eb6d4034b67a2a4b141d87a03e5b81952feffc0.tar dotfiles-7eb6d4034b67a2a4b141d87a03e5b81952feffc0.tar.gz dotfiles-7eb6d4034b67a2a4b141d87a03e5b81952feffc0.tar.bz2 dotfiles-7eb6d4034b67a2a4b141d87a03e5b81952feffc0.tar.lz dotfiles-7eb6d4034b67a2a4b141d87a03e5b81952feffc0.tar.xz dotfiles-7eb6d4034b67a2a4b141d87a03e5b81952feffc0.tar.zst dotfiles-7eb6d4034b67a2a4b141d87a03e5b81952feffc0.zip |
Fix i3
Diffstat (limited to '.config/i3')
-rw-r--r-- | .config/i3/config | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.config/i3/config b/.config/i3/config index c35bc2d..f799129 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -11,8 +11,6 @@ set $down j set $up k set $right l -set_from_resource ~/.config/xresources - font pango:DejaVu Sans Mono 11 set $color0 #000000 @@ -44,7 +42,7 @@ client.background $color7 default_border pixel 8 # Applications -set $term alacritty +set $term i3-sensible-terminal # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. set $menu rofi -show drun -Iai -w 3 |