summaryrefslogtreecommitdiff
path: root/src/dotfiles/bspwm
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-07-20 20:18:30 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-07-20 20:18:30 +0400
commit73e31b79de25298a519671ef8b6c2ab68af9c87e (patch)
treefafbc2e405247cd1c9b1106d6346a5767071e14f /src/dotfiles/bspwm
parentac76d8699e3979353cd82136323e1e0afee4bba2 (diff)
directory layout changed
Diffstat (limited to 'src/dotfiles/bspwm')
-rwxr-xr-xsrc/dotfiles/bspwm/bspwmrc43
1 files changed, 0 insertions, 43 deletions
diff --git a/src/dotfiles/bspwm/bspwmrc b/src/dotfiles/bspwm/bspwmrc
deleted file mode 100755
index 75bb794..0000000
--- a/src/dotfiles/bspwm/bspwmrc
+++ /dev/null
@@ -1,43 +0,0 @@
-#!/bin/sh
-
-# Gruvbox themed bspwm config
-
-[ -z $XDG_COLOR_TRANSFORM ] && XDG_COLOR_TRANSFORM="#4E3524"
-[ -z $XDG_COLOR_INACTIVE_TRANSFORM ] && XDG_COLOR_INACTIVE_TRANSFORM="#262626"
-
-pgrep -x sxhkd > /dev/null || sxhkd &
-
-
-bspc rule -a kitty state=floating border=off
-bspc rule -a Zathura state=tiled
-bspc rule -a mpv follow=on
-
-bspc monitor eDP-1 -d 1 2 3 4 5 6 7 8 9
-
-
-#borders and colors
-bspc config normal_border_color $XDG_COLOR_INACTIVE_TRANSFORM
-bspc config focused_border_color $XDG_COLOR_TRANSFORM
-bspc config border_width 10
-bspc config window_gap 3
-bspc config single_monocle true
-bspc config borderless_monocle true
-bspc config gapless_monocle true
-
-
-# setxkbmap -option "caps:escape" #to switch caps with escape
-
-
-# Uncomment the following 2 lines to make the Caps Lock button
-# work as Escape when pressed alone, and as Ctrl when pressed
-# with another key.
-
-# xcape -e 'Caps_Lock=Escape'
-setxkbmap -option "caps:ctrl_modifier"
-
-xset r rate 300 50 #increase cursor speed
-xset s off && xset -dpms #disable screen blackening
-unclutter & #hide mouse cursor if it is inactive
-setxkbmap us #turn keyboard layout to United States
-xgamma -gamma 0.8
-picom &