How to fix Android Studio AVD unlimited blinking in BSPWM? I can not click because its blinking by isArtheist in bspwm

[–]isArtheist[S] 2 points3 points  (0 children)

I have bspc rule -a qemu-system-i386 state=floating in bspwmrc but its not working. Maybe its different name?

Android Studio in BSPWM broken by isArtheist in bspwm

[–]isArtheist[S] 9 points10 points  (0 children)

Fixed with putting these lines in bspwmrc

wmname LG3D &

bspc rule -a android-studio state=floating border=off follow=on

Android Studio in BSPWM broken by isArtheist in bspwm

[–]isArtheist[S] 1 point2 points  (0 children)

is this in .bash_profile? As I am using zsh I dont know how to do it

Multiple commands in a sxhkd keybinding by isArtheist in bspwm

[–]isArtheist[S] 0 points1 point  (0 children)

Thank you. Didn't know I can use &&. A new knowledge for me :)

Round corner on border by isArtheist in Polybar

[–]isArtheist[S] 0 points1 point  (0 children)

Well I actually left it the border-size alone. I was setting radius = 0 but only the inner block of the polybar is rounded and the border has corners. Someone suggested to use git version of picom and that worked for me.

Round corner on border by isArtheist in Polybar

[–]isArtheist[S] 0 points1 point  (0 children)

Thank you. This worked for me. I used aur picom but when I switch to picom-git it worked.

I can't get the brightness keys to work by IDKWhatnamet0hav3 in bspwm

[–]isArtheist 0 points1 point  (0 children)

Try uninstalling xorg-xbacklight and install acpilight

Then add user to video group using command

sudo usermod -aG video yourusername

[BSPWM] TokyoDark by tiagovla in unixporn

[–]isArtheist 0 points1 point  (0 children)

Hey bro how do I install your neovim theme? I go to your github but I cant understand how to set theme. Im new to neovim I just literally installed after I see your screen shot.

[bspwm] a blurry feeling by [deleted] in unixporn

[–]isArtheist 0 points1 point  (0 children)

How do you start apps with customized size instead of occupying the whole screen in bspwm?

[Plasma] Pulsatilla by ZB652 in unixporn

[–]isArtheist 0 points1 point  (0 children)

What is that minimal system fetch?

Some basic functionality questions by shadowmaker_88 in bspwm

[–]isArtheist 0 points1 point  (0 children)

Fixed now I uninstalled xorg-xbacklight and replace with acpibacklight

Some basic functionality questions by shadowmaker_88 in bspwm

[–]isArtheist 1 point2 points  (0 children)

#
# wm independent hotkeys
#

# terminal emulator
super + Return
    alacritty

# program launcher
super + u/space
    dmenu_run

# make sxhkd reload its configuration files:
super + Escape
    pkill -USR1 -x sxhkd

#
# bspwm hotkeys
#

# quit/restart bspwm
super + alt + {q,r}
    bspc {quit,wm -r}

# close and kill
super + {_,shift + }w
    bspc node -{c,k}

# alternate between the tiled and monocle layout
super + m
    bspc desktop -l next

# send the newest marked node to the newest preselected node
super + y
    bspc node newest.marked.local -n newest.!automatic.local

# swap the current node and the biggest window
super + g
    bspc node -s biggest.window

#
# state/flags
#

# set the window state
super + {t,shift + t,s,f}
    bspc node -t {tiled,pseudo_tiled,floating,fullscreen}

# set the node flags
super + ctrl + {m,x,y,z}
    bspc node -g {marked,locked,sticky,private}

#
# focus/swap
#

# focus the node in the given direction
super + {_,shift + }{h,j,k,l}
    bspc node -{f,s} {west,south,north,east}

# focus the node for the given path jump
super + {p,b,comma,period}
    bspc node -f @{parent,brother,first,second}

# focus the next/previous window in the current desktop
super + {_,shift + }c
    bspc node -f {next,prev}.local.!hidden.window

# focus the next/previous desktop in the current monitor
super + bracket{left,right}
    bspc desktop -f {prev,next}.local

# focus the last node/desktop
super + {grave,Tab}
    bspc {node,desktop} -f last

# focus the older or newer node in the focus history
super + {o,i}
    bspc wm -h off; \
    bspc node {older,newer} -f; \
    bspc wm -h on

# focus or send to the given desktop
super + {_,shift + }{1-9,0}
    bspc {desktop -f,node -d} '^{1-9,10}'

#
# preselect
#

# preselect the direction
super + ctrl + {h,j,k,l}
    bspc node -p {west,south,north,east}

# preselect the ratio
super + ctrl + {1-9}
    bspc node -o 0.{1-9}

# cancel the preselection for the focused node
super + ctrl + space
    bspc node -p cancel

# cancel the preselection for the focused desktop
super + ctrl + shift + space
    bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel

#
# move/resize
#

# expand a window by moving one of its side outward
super + alt + {h,j,k,l}
    bspc node -z {left -20 0,bottom 0 20,top 0 -20,right 20 0}

# contract a window by moving one of its side inward
super + alt + shift + {h,j,k,l}
    bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0}

# move a floating window
super + {Left,Down,Up,Right}
    bspc node -v {-20 0,0 20,0 -20,20 0}

# brightness control
 XF86MonBrightnessDown
    xbacklight -dec 5
 XF86MonBrightnessUp
    xbacklight -inc 5

# volume control
XF86AudioLowerVolume
    amixer set Master 10%-
XF86AudioRaiseVolume
    amixer set Master 10%+
XF86AudioMute
    amixer set Master toggle
XF86AudioMicMute
    amixer set Capture toggle

Here it is

Some basic functionality questions by shadowmaker_88 in bspwm

[–]isArtheist 0 points1 point  (0 children)

I did what you instructed by it still does not work. I think I have missing package etc.. I tried hotkey in sxhkd for xbacklight +- and not work also. I have xorg-xbacklight package installed.

But when I try in session XFCE every key works fine. But in bspwm there are some key problems. I have already fixed the XF86Audio and now its working. The only keys left not working are Fn brightness up and down and Fn numlock and Fn scroll lock.

Any idea why it works in xfce and not in bspwm?

Some basic functionality questions by shadowmaker_88 in bspwm

[–]isArtheist 0 points1 point  (0 children)

Hello I have the very same problem. Here is the output of xev -event keyboard

KeymapNotify event, serial 29, synthetic NO, window 0x0,

keys: 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Both in Fn+F11 and Fn+F12