diff options
-rw-r--r-- | .config/i3/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/i3/config b/.config/i3/config index caa8ae0..50487ad 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -188,3 +188,5 @@ bindsym $mod+Escape exec "i3lock -t -i ~/lockimage" # wallpaper exec feh --bg-fill ~/wallpaper +# url script +bindsym $mod+u exec "url" |