Track outstanding rofi scripts
This commit is contained in:
parent
b653e07ec1
commit
ca31d026d4
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue