Skip to content

Instantly share code, notes, and snippets.

View lurwas's full-sized avatar

Richard lurwas

View GitHub Profile
=Navigating=
visit('/projects')
visit(post_comments_path(post))
=Clicking links and buttons=
click_link('id-of-link')
click_link('Link Text')
click_button('Save')
click('Link Text') # Click either a link or a button
click('Button Value')
### Keybase proof
I hereby claim:
* I am lurwas on github.
* I am lurwas (https://keybase.io/lurwas) on keybase.
* I have a public key ASCBY4oaMzupQdZ-RH2qtWH72wq7342pr4Poqwe0Zft4Rwo
To claim this, I am signing this object:
@lurwas
lurwas / Oled brightness settings on Dell XPS 15 7590 in i3wm
Created February 13, 2020 17:47
Adjust Oled brightness settings for Dell XPS 7590 (intel drivers)
From i3wm config file:
"
...
# Sreen brightness controls
bindsym XF86MonBrightnessUp exec "~/bin/i3-brightness.sh +"
bindsym XF86MonBrightnessDown exec "~/bin/i3-brightness.sh -"
...
"
In your home /bin folder (i3-brightness.sh):
#!/bin/bash