Skip to content

Instantly share code, notes, and snippets.

@nsiregar
Created March 13, 2020 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nsiregar/e04d890481c8e68b694d14b81b112462 to your computer and use it in GitHub Desktop.
Save nsiregar/e04d890481c8e68b694d14b81b112462 to your computer and use it in GitHub Desktop.
simple config for i3wm
# comment baris 15 terkait font
focus_follows_mouse no
popup_during_fullscreen smart
default_border pixel 1
# untuk screenshot
# pasang scrot terlebih dahulu
bindsym --release Control+Print exec --no-startup-id scrot -s "$HOME/Pictures/%Y-%m-%d-%s_screenshot_$wx$h.png"
# sesuaikan dengan konfigurasi dari template yang ada
bar {
position top
font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
font pango:DejaVu Sans Mono 9
status_command i3status
}
# pasang rofi terlebih dahulu
# ganti baris dibawah
# bindsym $mod+e exec dmenu_run
bindsym $mod+e exec --no-startup-id i3-dmenu-desktop --dmenu="rofi -dmenu -lines 6 -width 400 -i -sort -p 'run '"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment