Created
March 13, 2020 16:42
-
-
Save nsiregar/e04d890481c8e68b694d14b81b112462 to your computer and use it in GitHub Desktop.
simple config for i3wm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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