Add super+enter binds to open terminal in all wm's
This commit is contained in:
parent
6c38210c10
commit
0d2d6f937a
@ -10,7 +10,7 @@ nitrogen --restore &
|
||||
al-compositor --start &
|
||||
|
||||
# panel
|
||||
sleep 1; al-polybar-session &
|
||||
al-polybar-session &
|
||||
|
||||
# polkit, required for authentication
|
||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||
@ -22,7 +22,6 @@ gnome-keyring-daemon --start --components=pkcs11 &
|
||||
ksuperkey -e 'Super_L=Alt_L|F1' &
|
||||
ksuperkey -e 'Super_R=Alt_L|F1' &
|
||||
|
||||
|
||||
# Set some bsp specific stuff
|
||||
bspc monitor -d I II III IV V VI VII VIII IX X
|
||||
|
||||
@ -46,5 +45,3 @@ bspc config pointer_action3 resize_corner
|
||||
|
||||
bspc rule -a thunar desktop='^1' state=floating follow=on
|
||||
bspc rule -a firefox desktop='^2'
|
||||
bspc rule -a Void_Exit_Session state=floating layer=above
|
||||
bspc rule -a Exit_Session state=floating layer=above
|
||||
|
@ -96,6 +96,7 @@ bindsym Mod1+F1 exec --no-startup-id rofr.sh -r
|
||||
# core
|
||||
bindsym $Mod+e exec --no-startup-id geany
|
||||
bindsym $Mod+t exec exo-open --launch TerminalEmulator
|
||||
bindsym $Mod+Return exec exo-open --launch TerminalEmulator
|
||||
bindsym $Mod+w exec exo-open --launch WebBrowser
|
||||
bindsym $Mod+f exec exo-open --launch FileManager
|
||||
|
||||
|
@ -387,6 +387,11 @@
|
||||
<command>exo-open --launch TerminalEmulator</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-Enter">
|
||||
<action name="Execute">
|
||||
<command>exo-open --launch TerminalEmulator</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-w">
|
||||
<action name="Execute">
|
||||
<command>exo-open --launch WebBrowser</command>
|
||||
|
@ -19,7 +19,7 @@ monitor =
|
||||
|
||||
modules-left = jgmenu workspaces
|
||||
modules-center = window_switch clock
|
||||
modules-right = temperature pkg network volume
|
||||
modules-right = ${env:POLYBAR_MODULES:temperature pkg network volume}
|
||||
|
||||
|
||||
;=====================================================
|
||||
@ -34,7 +34,7 @@ monitor =
|
||||
|
||||
modules-left = jgmenu i3 menu
|
||||
modules-center = clock
|
||||
modules-right = coreuse temperature memory pkg network volume
|
||||
modules-right = ${env:POLYBAR_MODULES:coreuse temperature memory pkg network volume}
|
||||
|
||||
|
||||
;=====================================================
|
||||
@ -49,4 +49,4 @@ monitor =
|
||||
|
||||
modules-left = bspwm menu
|
||||
modules-center = clock
|
||||
modules-right = coreuse temperature memory pkg network volume
|
||||
modules-right = ${env:POLYBAR_MODULES:coreuse temperature memory pkg network volume}
|
||||
|
@ -274,9 +274,9 @@ ramp-volume-3-foreground = ${colors.urgent}
|
||||
[module/battery]
|
||||
type = internal/battery
|
||||
; Use $ ls -1 /sys/class/power_supply/
|
||||
battery = BAT0
|
||||
adapter = AC
|
||||
full-at = 98
|
||||
battery = ${env:LAPTOP_BATTERY:BAT1}
|
||||
adapter = ${env:LAPTOP_ADAPTER:ACAD}
|
||||
full-at = 99
|
||||
poll-interval = 5
|
||||
time-format = %H:%M
|
||||
|
||||
|
@ -4,4 +4,4 @@
|
||||
# To load session at startup use the following line
|
||||
# sleep 1; al-polybar-session &
|
||||
|
||||
/home/liveuser/.config/polybar/config openbox-bar
|
||||
/home/liveuser/.config/polybar/config openbox-bar
|
||||
|
@ -6,6 +6,10 @@ super + w
|
||||
super + t
|
||||
exo-open --launch TerminalEmulator
|
||||
|
||||
# terminal emulator
|
||||
super + Return
|
||||
exo-open --launch TerminalEmulator
|
||||
|
||||
# file manager
|
||||
super + f
|
||||
exo-open --launch FileManager
|
||||
|
@ -4,7 +4,7 @@ NAME=$(basename "$0")
|
||||
VER="0.3"
|
||||
|
||||
usage() {
|
||||
cat <<EOF
|
||||
cat <<- EOF
|
||||
|
||||
USAGE: $NAME [OPTIONS [ADDITIONAL]]
|
||||
|
||||
|
Reference in New Issue
Block a user