Skip to content

Instantly share code, notes, and snippets.

@TheRealJunior
Created February 2, 2020 21:17
Show Gist options
  • Save TheRealJunior/810c1573216c88d4fa74d33c76a463b1 to your computer and use it in GitHub Desktop.
Save TheRealJunior/810c1573216c88d4fa74d33c76a463b1 to your computer and use it in GitHub Desktop.
i3 window manager

dmenu_run wasn't working for me. googling a bit this worked: ➜ ~ LC_ALL=en_US.UTF-8 dmenu_run

when i did dmenu_run without it i had a warning called no locale support, that solved it

@TheRealJunior
Copy link
Author

resize mod $mod + R

@TheRealJunior
Copy link
Author

bindsym $mod+Shift+x exec i3lock --colour=ff66cc

lock screen

@TheRealJunior
Copy link
Author

@TheRealJunior
Copy link
Author

enable floating mode for all XTerm windows

for_window [class="XTerm"] floating enable

Make all urxvts use a 1-pixel border:

for_window [class="urxvt"] border pixel 1

A less useful, but rather funny example:

makes the window floating as soon as I change

directory to ~/work

for_window [title="x200: ~/work"] floating enable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment