diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-22 22:50:41 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-22 22:53:31 -0300 |
| commit | e372b45fd9b43e9666542f4f3d23fe3d5a0e17b7 (patch) | |
| tree | a0dde54841e6e3ccb0e8862bf35e6cceadd464ad /xmonad | |
| parent | Add xmonad/scripts/dmenu-pass.sh (diff) | |
| download | dotfiles-e372b45fd9b43e9666542f4f3d23fe3d5a0e17b7.tar.gz dotfiles-e372b45fd9b43e9666542f4f3d23fe3d5a0e17b7.tar.xz | |
Rename files vlc -> vid
Diffstat (limited to 'xmonad')
| -rwxr-xr-x | xmonad/scripts/dmenu-vid.sh (renamed from xmonad/scripts/dmenu-vlc.sh) | 0 | ||||
| -rw-r--r-- | xmonad/xmonad.hs | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/xmonad/scripts/dmenu-vlc.sh b/xmonad/scripts/dmenu-vid.sh index e60b56fd..e60b56fd 100755 --- a/xmonad/scripts/dmenu-vlc.sh +++ b/xmonad/scripts/dmenu-vid.sh diff --git a/xmonad/xmonad.hs b/xmonad/xmonad.hs index f0ac8588..f40c45f0 100644 --- a/xmonad/xmonad.hs +++ b/xmonad/xmonad.hs @@ -87,7 +87,7 @@ myKeyPBindings = , ("M-z", sendMessage MirrorShrink) -- Enqueue link on clipboard in VLC - , ("M-v", spawn "~/dev/libre/dotfiles/xmonad/scripts/dmenu-vlc.sh") + , ("M-v", spawn "~/dev/libre/dotfiles/xmonad/scripts/dmenu-vid.sh") ] myLayoutHook = |
