started revert on x11
This commit is contained in:
parent
bd38e100fc
commit
58bcebd6f5
@ -24,7 +24,7 @@ font:
|
||||
family: monospace
|
||||
italic:
|
||||
family: monospace
|
||||
size: 12.0
|
||||
size: 9.0
|
||||
|
||||
colors:
|
||||
# Default colors
|
||||
|
24
conf/config/bspwm/bspwmrc
Executable file
24
conf/config/bspwm/bspwmrc
Executable file
@ -0,0 +1,24 @@
|
||||
#! /bin/sh
|
||||
|
||||
sxhkd &
|
||||
|
||||
while :; do
|
||||
bspc subscribe --count 1 node_focus > /dev/null || break
|
||||
bspc node focused.floating --layer above
|
||||
bspc node focused.floating --layer normal
|
||||
done &
|
||||
|
||||
bspc monitor -d I II III IV V VI VII VIII IX X
|
||||
|
||||
# Focus folows mouse
|
||||
bspc config focus_follows_pointer true
|
||||
|
||||
bspc config border_width 1
|
||||
bspc config window_gap 16
|
||||
|
||||
bspc config split_ratio 0.52
|
||||
bspc config borderless_monocle true
|
||||
bspc config gapless_monocle true
|
||||
|
||||
# Window rules
|
||||
bspc rule -a Chromium desktop='^9'
|
@ -1,2 +1,2 @@
|
||||
hwdec=auto-safe
|
||||
gpu-context=wayland
|
||||
#gpu-context=wayland
|
||||
|
@ -1,8 +1,12 @@
|
||||
let g:netrw_dirhistmax =10
|
||||
let g:netrw_dirhistcnt =6
|
||||
let g:netrw_dirhistcnt =3
|
||||
let g:netrw_dirhist_3='/home/ale/.local/share/applications'
|
||||
let g:netrw_dirhist_2='/home/ale/Documents/projects/wiki/distro'
|
||||
let g:netrw_dirhist_1='/home/ale/Documents/projects/wiki'
|
||||
let g:netrw_dirhist_0='/home/ale/Documents/projects/wiki/tutorials'
|
||||
let g:netrw_dirhist_9='/home/ale/Documents/projects/wiki'
|
||||
let g:netrw_dirhist_8='/home/ale/Documents/projects/wiki/tutorials'
|
||||
let g:netrw_dirhist_7='/home/ale/Documents/projects/wiki'
|
||||
let g:netrw_dirhist_6='/home/ale/Documents/projects/wiki/distro'
|
||||
let g:netrw_dirhist_5='/home/ale/.xournalpp'
|
||||
let g:netrw_dirhist_4='/home/ale'
|
||||
let g:netrw_dirhist_3='/home/ale/Documents/Electronics and Electrical Troubleshooting and Repair Handbook + How to Diagnose and Teach Yourself- Mantesh'
|
||||
let g:netrw_dirhist_2='/home/ale/Documents'
|
||||
let g:netrw_dirhist_1='/home/ale'
|
||||
|
@ -3,7 +3,6 @@
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
ufetch
|
||||
echo -e \\n \\e[10{0..7}m\ \ \\e[m \\n \\e[4{0..7}m\ \ \\e[m \\n
|
||||
|
||||
bind "set completion-ignore-case on"
|
||||
|
@ -32,13 +32,12 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
||||
unset f
|
||||
fi
|
||||
|
||||
#xsetroot -cursor_name left_ptr &
|
||||
xsetroot -cursor_name left_ptr &
|
||||
setxkbmap it
|
||||
# set in xresources
|
||||
xrandr --dpi 157
|
||||
#nitrogen --restore &
|
||||
#polybar -r vantagev1 &
|
||||
./.fehbg
|
||||
polybar -r vantagev1 &
|
||||
#dhcpcd-gtk &
|
||||
#devmon &
|
||||
exec awesome
|
||||
|
||||
devmon &
|
||||
exec bspwm
|
@ -1,18 +0,0 @@
|
||||
#! /bin/sh
|
||||
|
||||
sxhkd &
|
||||
|
||||
bspc monitor -d I II III IV V VI VII VIII IX X
|
||||
|
||||
bspc config border_width 1
|
||||
bspc config window_gap 16
|
||||
|
||||
bspc config split_ratio 0.52
|
||||
bspc config borderless_monocle true
|
||||
bspc config gapless_monocle true
|
||||
|
||||
#bspc rule -a Gimp desktop='^8' state=floating follow=on
|
||||
bspc rule -a Firefox desktop='^9'
|
||||
#bspc rule -a mplayer2 state=floating
|
||||
#bspc rule -a Kupfer.py focus=on
|
||||
#bspc rule -a Screenkey manage=off
|
@ -1,19 +0,0 @@
|
||||
#! /bin/sh
|
||||
|
||||
sxhkd &
|
||||
|
||||
bspc monitor -d I II III IV V VI VII VIII IX X
|
||||
|
||||
bspc config border_width 1
|
||||
bspc config window_gap 16
|
||||
bspc config border_radius 25
|
||||
|
||||
bspc config split_ratio 0.52
|
||||
bspc config borderless_monocle true
|
||||
bspc config gapless_monocle true
|
||||
|
||||
bspc rule -a Gimp desktop='^8' state=floating follow=on
|
||||
bspc rule -a Chromium desktop='^2'
|
||||
bspc rule -a mplayer2 state=floating
|
||||
bspc rule -a Kupfer.py focus=on
|
||||
bspc rule -a Screenkey manage=off
|
Loading…
Reference in New Issue
Block a user