Track outstanding rofi scripts

This commit is contained in:
John Mertz 2022-09-23 18:31:58 -04:00
parent b653e07ec1
commit ca31d026d4
1 changed files with 2 additions and 0 deletions

View File

@ -51,12 +51,14 @@ bindsym $mod+Shift+u exec gmrun
# Middle: start a terminal # Middle: start a terminal
bindsym $mod+e exec xfce4-terminal bindsym $mod+e exec xfce4-terminal
# Add Shift: start a remote shell # Add Shift: start a remote shell
# TODO: bindsym $mod+Shift+e exec $HOME/scripts/wofi/wofi-ssh-menu.sh
bindsym $mod+Shift+e exec $HOME/scripts/rofi/rofi-ssh-menu.sh bindsym $mod+Shift+e exec $HOME/scripts/rofi/rofi-ssh-menu.sh
# Ring: start a file manager # Ring: start a file manager
#bindsym $mod+o exec xfce4-terminal -c /usr/bin/mc #bindsym $mod+o exec xfce4-terminal -c /usr/bin/mc
bindsym $mod+o exec thunar bindsym $mod+o exec thunar
# Add Shift: VPN quick menu # Add Shift: VPN quick menu
# TODO: bindsym $mod+Shift+o exec $HOME/scripts/wofi/wofi-vpn.sh
bindsym $mod+Shift+o exec $HOME/scripts/rofi/rofi-openvpn.sh bindsym $mod+Shift+o exec $HOME/scripts/rofi/rofi-openvpn.sh
# Pinky: Open Browser # Pinky: Open Browser