i3: Add bluetooth and layouts dmenu
This commit is contained in:
@ -51,12 +51,6 @@ floating_modifier $mod
|
||||
bindsym $mod+Return exec $TERMINAL
|
||||
bindsym $mod+Shift+Return exec $TERMINAL -name forced_term
|
||||
|
||||
# bluetooth dmenu
|
||||
bindsym $mod+b exec ~/.dotfiles/i3/scripts/dmenu_bt.sh
|
||||
|
||||
# pdf favourites dmenu
|
||||
bindsym $mod+p exec ~/.dotfiles/i3/scripts/dir_dmenu.sh ~/.local/favpdf
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
|
||||
@ -130,13 +124,6 @@ floating_modifier $mod
|
||||
# exit i3 (logs you out of your X session)
|
||||
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
|
||||
|
||||
# BIND DROPDOWN TERMINAL TO F1
|
||||
bindsym F1 [instance="dropdown"] scratchpad show; [instance="dropdown"] move position center
|
||||
bindsym $mod+s [class="Toggl Desktop"] scratchpad show;
|
||||
|
||||
# Ranger Terminal
|
||||
bindsym $mod+F2 exec "urxvt -name ranger -e ranger"
|
||||
|
||||
# Urgent window
|
||||
bindsym $mod+x [urgent=latest] focus
|
||||
|
||||
|
Reference in New Issue
Block a user