Change nvim window title display in waybar
This commit is contained in:
@@ -70,7 +70,7 @@ input * {
|
||||
|
||||
# Shortcuts
|
||||
bindsym $mod+w exec firefox
|
||||
bindsym $mod+i exec $term -e "nvim"
|
||||
bindsym $mod+i exec $term -T nvim -e nvim
|
||||
bindsym $mod+Shift+p exec hyprpicker -a
|
||||
bindsym $mod+s exec watershot -c directory ~/Pictures/
|
||||
bindsym Print exec GRIM_DEFAULT_DIR=~/Pictures/ grim
|
||||
|
||||
@@ -80,7 +80,7 @@
|
||||
"(.*) — Mozilla Firefox": "<span color=\"#EE915D\" ></span> $1",
|
||||
"(.*)gitui(.*)": "<span color=\"#EE915D\" ></span> Gitui",
|
||||
"(jika@.+)": ">_ $1",
|
||||
"nvim (.*)": "<span color=\"#8bcd5b\" ></span> $1"
|
||||
"nvim.*": "<span color=\"#8bcd5b\" ></span> NeoVim"
|
||||
},
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user