2016-02-21 13:05:19 +01:00
set $mod Mod4
2015-09-19 23:02:09 +02:00
2019-11-09 18:36:00 +01:00
font pango:monospace 8
2015-09-19 23:02:09 +02:00
# poweroff stuff
set $mode_system System: (l) lock, (e) logout, (s) suspend, (h) hibernate, (r) reboot, (Shift+s) shutdown
mode "$mode_system" {
bindsym l exec --no-startup-id i3exit lock, mode "default"
bindsym e exec --no-startup-id i3exit logout, mode "default"
bindsym s exec --no-startup-id i3exit suspend, mode "default"
bindsym h exec --no-startup-id i3exit hibernate, mode "default"
bindsym r exec --no-startup-id i3exit reboot, mode "default"
bindsym Shift+s exec --no-startup-id i3exit shutdown, mode "default"
bindsym Return mode "default"
bindsym Escape mode "default"
}
bindsym $mod+Pause mode "$mode_system"
# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod
# start a terminal
2020-03-07 18:41:27 +01:00
bindsym $mod+Return exec i3-sensible-terminal
2015-09-19 23:02:09 +02:00
# start emacs
2020-03-07 18:41:27 +01:00
bindsym $mod+Shift+Return exec i3-sensible-editor
2015-09-19 23:02:09 +02:00
2021-03-23 17:21:05 +01:00
# take screenshot
bindsym $mod+Print exec scrot ~/tmp/screenshots/'%Y-%m-%d_%H:%M:%S_$wx$h.png'
2019-12-04 22:31:08 +01:00
# lock screen
2023-08-25 11:06:22 +02:00
bindsym $mod+Shift+l exec fuzzy-i3lock
2019-12-04 22:31:08 +01:00
2015-09-19 23:02:09 +02:00
# kill focused window
2018-06-03 00:39:15 +02:00
bindsym $mod+Shift+q kill
2015-09-19 23:02:09 +02:00
# start dmenu (a program launcher)
2021-10-21 10:27:22 +02:00
bindsym $mod+d exec --no-startup-id dmenu_run
2015-09-19 23:02:09 +02:00
2018-06-03 00:39:15 +02:00
# toggle i3bar
bindsym $mod+m bar hidden_state toggle
2015-09-19 23:02:09 +02:00
# change focus
2020-07-11 00:20:17 +02:00
bindsym $mod+b focus left
bindsym $mod+n focus down
bindsym $mod+p focus up
bindsym $mod+f focus right
2015-09-19 23:02:09 +02:00
bindsym $mod+Left focus left
bindsym $mod+Down focus down
bindsym $mod+Up focus up
bindsym $mod+Right focus right
# move focused window
2020-08-05 18:37:28 +02:00
bindsym $mod+Shift+b move left 25 px
bindsym $mod+Shift+n move down 25 px
bindsym $mod+Shift+p move up 25 px
bindsym $mod+Shift+f move right 25 px
2016-02-21 13:05:19 +01:00
bindsym $mod+Shift+Left move left 25 px
bindsym $mod+Shift+Down move down 25 px
bindsym $mod+Shift+Up move up 25 px
bindsym $mod+Shift+Right move right 25 px
2015-09-19 23:02:09 +02:00
# split in horizontal orientation
bindsym $mod+h split h
# split in vertical orientation
bindsym $mod+v split v
# enter fullscreen mode for the focused container
2020-10-24 11:16:39 +02:00
bindsym $mod+c fullscreen toggle
2015-09-19 23:02:09 +02:00
2018-06-03 00:39:15 +02:00
# change container layout (stacked, tabbed, toggle split)
2015-09-19 23:02:09 +02:00
bindsym $mod+s layout stacking
bindsym $mod+w layout tabbed
2018-06-03 00:39:15 +02:00
bindsym $mod+e layout toggle split
2015-09-19 23:02:09 +02:00
# toggle tiling / floating
bindsym $mod+Shift+space floating toggle
# change focus between tiling / floating windows
bindsym $mod+space focus mode_toggle
# focus the parent container
bindsym $mod+a focus parent
# focus the child container
bindsym $mod+q focus child
# reload the configuration file
2016-02-21 13:50:15 +01:00
bindsym $mod+Shift+c reload
2016-02-21 13:05:19 +01:00
2015-09-19 23:02:09 +02:00
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
2016-02-21 13:50:15 +01:00
bindsym $mod+Shift+r restart
2016-02-21 13:05:19 +01:00
2020-12-21 15:36:20 +01:00
# set input keyboard to us english
bindsym $mod+Control+e exec "ibus engine xkb:us::eng"
# set input keyboard to Chỡ Quố Ngữ (vietnamese)
bindsym $mod+Control+v exec "ibus engine Unikey"
2015-09-19 23:02:09 +02:00
# exit i3 (logs you out of your X session)
2018-06-03 00:39:15 +02:00
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'"
2015-09-19 23:02:09 +02:00
2021-10-28 10:28:09 +02:00
# media keys
2021-10-20 13:29:33 +02:00
set $refresh_i3status killall -SIGUSR1 i3status-rs
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -5% && $refresh_i3status
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5% && $refresh_i3status
2021-11-11 12:53:13 +01:00
bindsym $mod+XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -1% && $refresh_i3status
bindsym $mod+XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +1% && $refresh_i3status
2021-10-20 13:29:33 +02:00
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
2021-10-28 10:28:09 +02:00
bindsym XF86AudioNext exec --no-startup-id mpc next
bindsym XF86AudioPlay exec --no-startup-id mpc toggle
bindsym XF86AudioPrev exec --no-startup-id mpc prev
bindsym XF86AudioStop exec --no-startup-id mpc stop
2021-10-07 11:28:41 +02:00
2023-06-23 11:12:07 +02:00
# dunst control
2024-01-03 10:42:55 +01:00
bindsym $mod+comma exec dunstctl close
bindsym $mod+Shift+comma exec dunstctl close-all
bindsym $mod+period exec dunstctl history-pop
2023-06-23 11:12:07 +02:00
2019-11-15 15:52:57 +01:00
# open login screen on another vt (virtual terminal)
2019-12-19 18:31:53 +01:00
bindsym $mod+Shift+XF86HomePage exec "dm-tool switch-to-greeter"
2019-11-15 15:52:57 +01:00
2015-09-19 23:02:09 +02:00
# resize window (you can also use the mouse for that)
mode "resize" {
# These bindings trigger as soon as you enter the resize mode
bindsym Right resize shrink width 10 px or 10 ppt
2019-11-09 19:03:11 +01:00
bindsym Up resize grow height 10 px or 10 ppt
bindsym Down resize shrink height 10 px or 10 ppt
2015-09-19 23:02:09 +02:00
bindsym Left resize grow width 10 px or 10 ppt
2020-10-24 11:16:39 +02:00
bindsym $mod+f resize grow width 10 px or 10 ppt
2020-12-22 11:40:20 +01:00
bindsym $mod+n resize shrink height 10 px or 10 ppt
bindsym $mod+p resize grow height 10 px or 10 ppt
2020-10-24 11:16:39 +02:00
bindsym $mod+b resize shrink width 10 px or 10 ppt
2015-09-19 23:02:09 +02:00
# back to normal: Enter or Escape
bindsym Return mode "default"
bindsym Escape mode "default"
2018-06-03 00:39:15 +02:00
bindsym $mod+r mode "default"
2015-09-19 23:02:09 +02:00
}
2018-06-03 00:39:15 +02:00
2015-09-19 23:02:09 +02:00
bindsym $mod+r mode "resize"
2019-07-10 23:40:14 +02:00
# constraining floating window size
# floating_minimum_size 75 x 50
floating_maximum_size -1 x -1
2016-03-15 20:44:05 +01:00
# colors & style
new_window normal 1
new_float normal 1
2015-09-19 23:02:09 +02:00
client.focused #000000 #009900 #ffffff #ff0000
client.unfocused #000000 #005500 #000000 #ff0000
2021-11-02 10:51:22 +01:00
# use variables for screens
set $screen0 "DP-1"
set $screen1 "HDMI-2"
2021-10-20 13:29:33 +02:00
# Start i3bar to display a workspace bar (plus the system information
# i3status-rust finds out, if available)
2015-09-19 23:02:09 +02:00
bar {
2022-04-11 18:21:32 +02:00
status_command i3status-rs
2024-04-05 12:46:20 +02:00
font pango:NotoSansMono-Regular, forkawesome 8
2019-11-12 12:39:27 +01:00
position top
tray_output primary
workspace_buttons yes
mode dock
modifier $mod
2021-11-02 10:51:22 +01:00
output $screen0
2020-01-11 17:23:05 +01:00
colors {
statusline #00ff00
focused_workspace #00cc00 #00ff00 #000000
inactive_workspace #00cc00 #008b00 #cccccc
#client.orientation #ff0000
}
}
2024-04-05 12:46:20 +02:00
2020-01-11 17:23:05 +01:00
bar {
2022-04-11 18:21:32 +02:00
status_command i3status-rs ~/.config/i3status-rust/secondary.toml
2024-04-05 12:46:20 +02:00
font pango:NotoSansMono-Regular, forkawesome 8
2020-01-11 17:23:05 +01:00
position top
tray_output primary
workspace_buttons yes
mode dock
modifier $mod
2021-11-02 10:51:22 +01:00
output $screen1
2015-09-19 23:02:09 +02:00
colors {
statusline #00ff00
focused_workspace #00cc00 #00ff00 #000000
inactive_workspace #00cc00 #008b00 #cccccc
2016-02-21 13:05:19 +01:00
#client.orientation #ff0000
2015-09-19 23:02:09 +02:00
}
}
2019-11-12 17:26:53 +01:00
2024-10-31 21:19:37 +01:00
include ~/.config/i3/config.d/*.conf