Skip to content

Instantly share code, notes, and snippets.

@guimaluf
Last active November 20, 2019 21:20
Show Gist options
  • Save guimaluf/de0e45a81816bc3393bde2789c8c7f8b to your computer and use it in GitHub Desktop.
Save guimaluf/de0e45a81816bc3393bde2789c8c7f8b to your computer and use it in GitHub Desktop.
# vim:filetype=i3
set $mod Mod4
set $alt Mod1
set $wallpaper $HOME/.config/wallpapers
set $terminal i3-sensible-terminal
font pango:Inconsolata 14
# use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod
# start a terminal
bindsym $mod+Return exec $terminal
# kill focused window
bindsym $alt+F4 kill
# start dmenu (a program launcher)$
bindsym $alt+F2 exec --no-startup-id i3-dmenu-desktop --dmenu="dmenu_run -fn 'Inconsolata-17'"
bindsym $mod+d exec --no-startup-id i3-dmenu-desktop --dmenu="dmenu -fn 'Inconsolata-17'"
# file manager
bindsym $mod+r exec pcmanfm
# print screen
set $scrot scrot -d1 -e 'xclip -selection clipboard -t image/png < $f' /tmp/screenshot-`date +%Y-%m-%d_%H:%M:%S`.png
bindsym Print exec $scrot -u
bindsym $mod+Print --release exec $scrot -s
bindsym $mod+Shift+Print exec $scrot
# change focus
bindsym $mod+h focus left
bindsym $mod+j focus down
bindsym $mod+k focus up
bindsym $mod+l focus right
# alternatively, you can use the cursor keys:
bindsym $mod+Left focus left
bindsym $mod+Down focus down
bindsym $mod+Up focus up
bindsym $mod+Right focus right
# move focused window
bindsym $mod+shift+h move left
bindsym $mod+shift+j move down
bindsym $mod+shift+k move up
bindsym $mod+shift+l move right
# alternatively, you can use the cursor keys:
bindsym $mod+shift+Left move left
bindsym $mod+shift+Down move down
bindsym $mod+shift+Up move up
bindsym $mod+shift+Right move right
# split in horizontal orientation
bindsym $mod+v split h
# split in vertical orientation
bindsym $mod+s split v
# enter fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle
# change container layout (stacked, tabbed, toggle split)
bindsym $mod+q layout stacking
bindsym $mod+w layout tabbed
bindsym $mod+e layout toggle split
# toggle tiling / floating
bindsym $alt+shift+space floating toggle
# focus the parent container
bindsym $mod+a focus parent
# switch to workspace
bindsym $mod+1 workspace 1
bindsym $mod+2 workspace 2
bindsym $mod+3 workspace 3
bindsym $mod+4 workspace 4
bindsym $mod+5 workspace 5
bindsym $mod+6 workspace 6
bindsym $mod+7 workspace 7
bindsym $mod+8 workspace 8
bindsym $mod+9 workspace 9
bindsym $mod+0 workspace 10
# move focused container to workspace
bindsym $mod+shift+1 move container to workspace 1
bindsym $mod+shift+2 move container to workspace 2
bindsym $mod+shift+3 move container to workspace 3
bindsym $mod+shift+4 move container to workspace 4
bindsym $mod+shift+5 move container to workspace 5
bindsym $mod+shift+6 move container to workspace 6
bindsym $mod+shift+7 move container to workspace 7
bindsym $mod+shift+8 move container to workspace 8
bindsym $mod+shift+9 move container to workspace 9
bindsym $mod+shift+0 move container to workspace 10
# reload the configuration file
bindsym $mod+shift+c reload
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
bindsym $mod+shift+r restart
# exit i3 (logs you out of your X session)
bindsym $mod+shift+e exit
# resize window (you can also use the mouse for that)
mode "resize" {
bindsym h resize shrink width 10 px or 10 ppt
bindsym j resize grow height 10 px or 10 ppt
bindsym k resize shrink height 10 px or 10 ppt
bindsym l resize grow width 10 px or 10 ppt
# same bindings, but for the arrow keys
bindsym Left resize shrink width 10 px or 10 ppt
bindsym Down resize grow height 10 px or 10 ppt
bindsym Up resize shrink height 10 px or 10 ppt
bindsym Right resize grow width 10 px or 10 ppt
# back to normal: Enter or Escape
bindsym Return mode "default"
bindsym Escape mode "default"
}
bindsym $mod+$alt+r mode "resize"
bar {
position top
#status_command SCRIPT_DIR=~/.config/i3/i3blocks/custom i3blocks -c ~/.config/i3/i3blocks/i3blocks.conf
status_command $HOME/.local/bin/i3status-rs $HOME/.config/i3/config.toml
}
# next/previous workspace
bindsym $alt+Tab focus right
bindsym $alt+shift+Tab focus left
bindsym $mod+Tab workspace back_and_forth
# change focus between tiling / floating windows
#bindsym $mod+space focus mode_toggle
# lock screen with wallpaper (Ctrl+alt+l)
bindsym $alt+control+l exec i3lock -i $wallpaper/*
bindsym $alt+control+u exec "i3lock -i $wallpaper/* ; dm-tool list-seats | grep -q barbara && sudo chvt 8 || dm-tool switch-to-greeter"
# pulse audio volume control
set $pulse_sink `pacmd list-sinks | grep index | awk '{print $3}'`
#
bindsym XF86AudioPlay exec --no-startup-id /usr/bin/playerctl play-pause
bindsym XF86AudioLowerVolume exec --no-startup-id /usr/bin/pactl set-sink-volume $pulse_sink -10%
bindsym XF86AudioRaiseVolume exec --no-startup-id /usr/bin/pactl set-sink-volume $pulse_sink +10%
bindsym XF86AudioMute exec --no-startup-id /usr/bin/pactl set-sink-mute $pulseink toggle
## Brightness key bindings
bindsym XF86MonBrightnessUp exec /usr/local/bin/brightness +5000
bindsym XF86MonBrightnessDown exec /usr/local/bin/brightness -5000
bindsym XF86TouchpadToggle exec $HOME/.local/bin/touchpad_toggl
# calculator
bindsym XF86Calculator exec $terminal -e /usr/bin/bc
bindsym $mod+b exec firefox-bin
bindsym $mod+shift+b exec google-chrome
# workspace assignment (use "xprop")
#set $main_monitor eDP-1-1
#set $other_monitor HDMI-1-1
set $browser_workspace 2
set $terminal_workspace 1
set $chat_workspace 3
set $fun_workspace 4
#workspace $browser_workspace output $other_monitor
#workspace $chat_workspace output $other_monitor
#workspace $fun_workspace output $other_monitor
#workspace 7 output $other_monitor
#workspace 9 output $other_monitor
#workspace $terminal_workspace output $main_monitor
#workspace 4 output $main_monitor
#workspace 6 output $main_monitor
#workspace 8 output $main_monitor
# In your i3 configuration file, you can autostart i3-msg like this:
# (Note that those lines will quickly become long, so typically you would store
# them in a script with proper indentation.)
exec --no-startup-id "i3-msg 'workspace 1; append_layout $HOME/.config/i3/workspace-1.json'"
assign [class="^Firefox$"] $browser_workspace
assign [class="^Google-chrome$"] $browser_workspace
# temporary config to run script termos_de_uso
#no_focus [class="Firefox"]
#no_focus [class="^Google-chrome$"]
#for_window [class="^Firefox$"] layout tabbed
#for_window [class="^Google-chrome$"] layout tabbed
#assign [class="^alacritty$"] $terminal_workspace
#for_window [class="^alacritty$"] layout tabbed
assign [class="^Xterm$"] $terminal_workspace
for_window [class="^Xterm$"] layout tabbed
#assign [class="^Hexchat$"] $chat_workspace
assign [class="^Franz$"] $chat_workspace
#assign [class="^Spotify$"] $fun_workspace
#assign [class="^Steam$"] $fun_workspace
#Background image
exec_always feh --bg-fill --randomize $wallpaper
#exec "setxkbmap -layout us,br,cn -variant intl,,tib -option grp:win_space_toggle"
#exec_always xrandr --setprovideroutputsource modesetting NVIDIA-0
#exec_always xrandr --output eDP-1-1 --mode 1920x1080 --pos 1920x0 --rotate normal --output HDMI-1-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal
#Start up programs
exec parcellite
exec firefox-bin
exec nm-applet
exec franz
exec $terminal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment