@gotbletu

Results 45 comments of @gotbletu

**wmctrl** doesnt have all the require features to do a dropdown, i believe thats why i never used that, its been a while so i cant remember but pretty sure...

yea u can use xdotool/xte for auto typing, xprop/xwininfo to find the window names and combine those somehow =)

i believe u can use "wmctrl" to take focus of a window, otherwise u can just make the user select the window with their mouse

Thanks, ill give it a read

This is how i bind capslock to hyper key with xmodmap, if you guys need to test $ vim ~/.Xmodmap && xmodmap ~/.Xmodmap ! Unmap capslock clear Lock keycode 66...

@AlexDaniel yea you have to separate it from the Super key, else it stuck together by default, since the Hyper key doesn't exist on keyboards anymore

@AlexDaniel Thanks i forgot about this =) it works fine if im using regular grid `mod3+a start, grid 4x4` if i have grid-nav on, it glitches somehow and i can't...

think this might fit what you are asking for videodemo: https://www.youtube.com/watch?v=bWlPpacFPlI note: you can use spaces in address bar now https://github.com/gotbletu/shownotes/blob/master/w3m_plugins/cgi-bin/search_engines.cgi e.g search duckduckgo `Shift + U` then `dd:cool linux...

is mainly for the WWW_HOME variable to set a default start up page e.g put in your ~/.bashrc `export WWW_HOME="https://lite.duckduckgo.com/lite/"` $ w3m then it will go to whatever page you...