#! /bin/sh
sxhkd &
+# sleep .25
+xfce4-panel -d &
+connman-gtk &
+pnmixer &
+sh ~/.fehbg &
bspc monitor -d I II III IV V VI VII VIII IX X
bspc config border_width 2
-bspc config window_gap 12
+bspc config window_gap 10
#bspc config bottom_padding 32
# bspc config split_ratio 0.52
bspc rule -a Firefox desktop='^1' follow=on
bspc rule -a Emacs desktop='^2' state=tiled follow=on
bspc rule -a Chromium desktop='^4' follow=on
-bspc rule -a Termite state=floating
bspc rule -a URxvt state=floating
-bspc rule -a qterminal state=floating
+bspc rule -a URxvt:tiled state=tiled
+bspc rule -a Connman-gtk state=floating
+bspc rule -a Xfce4-panel state=floating
+bspc rule -a TelegramDesktop state=floating
+bspc rule -a Ec state=floating
+++ /dev/null
-#!/bin/bash
-
-# from https://github.com/kallith/Dotfiles
-
-if [ $(pgrep -cf stalonetray) -gt 0 ]; then
- wid=$(xdotool search --class stalonetray)
- if [ "$(xdotool search --onlyvisible --class stalonetray)" != "" ]; then
- xdotool windowunmap $wid
- else
- xdotool windowmap $wid
- xdotool windowraise $wid
- fi
-else
- xdotool search --class stalonetray
- stalonetray
-fi
# terminal emulator
super + Return
urxvt
+super + shift + Return
+ urxvt -name tiled
# program launcher
super + space
rofi -show run -font "Inconsolata 13"
+# rofi-pass
+super + shift + space
+ rofi-pass
+
+# teiler
+super + shift + s
+ teiler
+
super + z ; t
urxvt
# emacs
super + e
emacs
+# emacs -Q -l src/elisp/oremacs/init.el
# stalonetray
#super + minus
# kbdlight {up,down}
XF86LaunchA
- toggle-layout
+ /home/amin/.local/bin/toggle-layout
# make sxhkd reload its configuration files:
super + Escape