dotfiles/dot_config/i3/config

288 lines
9.4 KiB
Text
Raw Normal View History

# vim:ft=i3config:fdm=marker
2022-07-30 07:17:12 +02:00
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
# main mod key
set $mod Mod4
# modFocus is set to Mod+Ctrl for macOS compatibility
set $modFocus Mod4+Ctrl
set $modMove Mod4+Shift
# hyper - CMD+Shift+Control+Alt
set $hyper Mod4+Mod1+Shift+Ctrl
# programs to easily switch
set $browser firefox
set $fileman thunar
set $terminal wezterm-gui start
set $pwman 1password --quick-access
2022-07-30 07:17:12 +02:00
# Set DPI value
set_from_resource $dpi Xft.dpi 96
# Configure border style <normal|1pixel|pixel xx|none|pixel>
default_border pixel 2
default_floating_border pixel 2
default_orientation auto
2022-07-30 07:17:12 +02:00
# change borders
bindsym $mod+Shift+b border none
bindsym $mod+b border pixel 2
2022-07-30 07:17:12 +02:00
bindsym $mod+n border normal
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
2022-11-16 14:46:30 +01:00
font pango:Berkeley Mono, Symbols Nerd Font Mono, Inter 16
title_align center
2022-07-30 07:17:12 +02:00
# Use Mouse+$mod to drag floating windows
floating_modifier $mod
# 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
2022-07-30 07:17:12 +02:00
# kill focused window
bindsym $mod+Shift+q kill
# Start Applications
bindsym $mod+Shift+Return exec $terminal
bindsym $mod+e exec --no-startup-id $fileman
bindsym $mod+t exec --no-startup-id pkill picom
2022-11-19 22:22:10 +01:00
bindsym $mod+Ctrl+t exec --no-startup-id picom -b
bindsym $mod+Ctrl+x exec --no-startup-id xkill
bindsym $hyper+p --release exec --no-startup-id flameshot gui
2022-07-30 07:17:12 +02:00
# change focus
bindsym $modFocus+h focus left
bindsym $modFocus+j focus down
bindsym $modFocus+k focus up
bindsym $modFocus+l focus right
bindsym $modFocus+Left focus left
bindsym $modFocus+Down focus down
bindsym $modFocus+Up focus up
bindsym $modFocus+Right focus right
2022-07-30 07:17:12 +02:00
# move focused window
bindsym $modMove+h move left
bindsym $modMove+j move down
bindsym $modMove+k move up
bindsym $modMove+l move right
bindsym $modMove+Left move left
bindsym $modMove+Down move down
bindsym $modMove+Up move up
bindsym $modMove+Right move right
2022-07-30 07:17:12 +02:00
# move workspaces across monitors
bindsym $modMove+greater move workspace to output right
bindsym $modMove+less move workspace to output left
2022-07-30 07:17:12 +02:00
# workspace back and forth (with/without active container)
workspace_auto_back_and_forth yes
2022-07-30 07:17:12 +02:00
# split orientation
bindsym $mod+q split toggle
# toggle fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle
# change container layout (stacked, tabbed, toggle split)
bindsym $mod+s layout toggle
2022-07-30 07:17:12 +02:00
# toggle tiling / floating
bindsym $mod+Shift+d floating toggle
# change focus between tiling / floating windows
bindsym $mod+d focus mode_toggle
# toggle sticky
bindsym $mod+Shift+s sticky toggle
# focus the parent container
bindsym $mod+a focus parent
# move the currently focused window to the scratchpad
bindsym $mod+Shift+Tab move scratchpad
# Show the next scratchpad window or hide the focused scratchpad window.
# If there are multiple scratchpad windows, this command cycles through them.
bindsym $mod+Tab scratchpad show
bindsym $mod+m [class="discord"] scratchpad show
2022-07-30 07:17:12 +02:00
# Workspace names
# to display names or symbols instead of plain workspace numbers you can use
# something like: set $ws1 1:mail
# set $ws2 2:
set $ws1 1:
set $ws2 2:Ⅱ
set $ws3 3:Ⅲ
set $ws4 4:Ⅳ
set $ws5 5:
set $ws6 6:Ⅵ
set $ws7 7:Ⅶ
set $ws8 8:Ⅷ
set $ws9 9:Ⅸ
set $ws10 10:
2022-07-30 07:17:12 +02:00
# switch to workspace
bindsym $modFocus+1 workspace $ws1
bindsym $modFocus+2 workspace $ws2
bindsym $modFocus+3 workspace $ws3
bindsym $modFocus+4 workspace $ws4
bindsym $modFocus+5 workspace $ws5
bindsym $modFocus+6 workspace $ws6
bindsym $modFocus+7 workspace $ws7
bindsym $modFocus+8 workspace $ws8
bindsym $modFocus+9 workspace $ws9
bindsym $modFocus+0 workspace $ws10
2022-07-30 07:17:12 +02:00
# Move to workspace with focused container
bindsym $modMove+1 move container to workspace $ws1; workspace $ws1
bindsym $modMove+2 move container to workspace $ws2; workspace $ws2
bindsym $modMove+3 move container to workspace $ws3; workspace $ws3
bindsym $modMove+4 move container to workspace $ws4; workspace $ws4
bindsym $modMove+5 move container to workspace $ws5; workspace $ws5
bindsym $modMove+6 move container to workspace $ws6; workspace $ws6
bindsym $modMove+7 move container to workspace $ws7; workspace $ws7
bindsym $modMove+8 move container to workspace $ws8; workspace $ws8
bindsym $modMove+9 move container to workspace $ws9; workspace $ws9
bindsym $modMove+0 move container to workspace $ws10; workspace $ws10
2022-07-30 07:17:12 +02:00
# Set shut down, restart and locking features
bindsym $mod+Escape mode "$mode_system"
set $mode_system (l)ock, (e)xit, switch_(u)ser, (s)uspend, (h)ibernate, (r)eboot, (Shift+s)hutdown
mode "$mode_system" {
bindsym l exec --no-startup-id i3exit lock, mode "default"
bindsym s exec --no-startup-id i3exit suspend, mode "default"
bindsym u exec --no-startup-id i3exit switch_user, mode "default"
bindsym e exec --no-startup-id i3exit logout, 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"
# exit system mode: "Enter" or "Escape"
bindsym Return mode "default"
bindsym Escape mode "default"
}
# Resize window (you can also use the mouse for that)
bindsym $mod+r mode "resize"
mode "resize" {
bindsym h resize shrink width 5 px or 5 ppt
bindsym j resize grow height 5 px or 5 ppt
bindsym k resize shrink height 5 px or 5 ppt
bindsym l resize grow width 5 px or 5 ppt
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
bindsym Return mode "default"
bindsym Escape mode "default"
}
# Autostart applications
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec --no-startup-id 1password --silent
exec --no-startup-id blueman-applet
exec --no-startup-id dunst
exec --no-startup-id pcmanfm -d
2022-11-19 22:22:10 +01:00
exec --no-startup-id sleep 1; picom -b
exec --no-startup-id mpd_discord_richpresence --no-idle --fork
2022-07-30 07:17:12 +02:00
# Set inner/outer gaps
2022-11-19 22:22:10 +01:00
gaps inner 0
gaps outer 0
2022-07-30 07:17:12 +02:00
# Smart gaps (gaps used if only more than one container on the workspace)
smart_gaps off
# Smart borders (draw borders around container only if it is not the only container on this workspace)
# on|no_gaps (on=always activate and no_gaps=only activate if the gap size to the edge of the screen is 0)
smart_borders no_gaps
# Press $mod+Shift+g to enter the gap mode. Choose o or i for modifying outer/inner gaps. Press one of + / - (in-/decrement for current workspace) or 0 (remove gaps for current workspace). If you also press Shift with these keys, the change will be global for all workspaces.
set $mode_gaps Gaps: (o) outer, (i) inner
set $mode_gaps_outer Outer Gaps: +|-|0 (local), Shift + +|-|0 (global)
set $mode_gaps_inner Inner Gaps: +|-|0 (local), Shift + +|-|0 (global)
bindsym $mod+Shift+g mode "$mode_gaps"
mode "$mode_gaps" {
bindsym o mode "$mode_gaps_outer"
bindsym i mode "$mode_gaps_inner"
bindsym Return mode "default"
bindsym Escape mode "default"
}
mode "$mode_gaps_inner" {
bindsym plus gaps inner current plus 5
bindsym minus gaps inner current minus 5
bindsym 0 gaps inner current set 0
bindsym Shift+plus gaps inner all plus 5
bindsym Shift+minus gaps inner all minus 5
bindsym Shift+0 gaps inner all set 0
bindsym Return mode "default"
bindsym Escape mode "default"
}
mode "$mode_gaps_outer" {
bindsym plus gaps outer current plus 5
bindsym minus gaps outer current minus 5
bindsym 0 gaps outer current set 0
bindsym Shift+plus gaps outer all plus 5
bindsym Shift+minus gaps outer all minus 5
bindsym Shift+0 gaps outer all set 0
bindsym Return mode "default"
bindsym Escape mode "default"
}
2022-07-30 07:17:12 +02:00
# rofi instead of drun
bindsym $mod+space exec --no-startup-id rofi -show run -dpi $dpi
# 1password
bindsym $mod+Shift+space exec --no-startup-id $pwman
2022-07-30 07:17:12 +02:00
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5%
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -5%
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle
bindsym XF86AudioNext exec --no-startup-id playerctl next
bindsym XF86AudioPrev exec --no-startup-id playerctl previous
bindsym XF86AudioPause exec --no-startup-id playerctl play-pause
# Theme colors
# class border backgr. text indic. child_border
client.focused #313244 #000000 #CDD6F4 #000000 #313244
client.focused_inactive #000000 #000000 #9399B2 #000000 #313244
client.unfocused #000000 #000000 #9399B2 #000000 #000000
client.urgent #313244 #313244 #F38BA8 #000000 #F38BA8
client.placeholder #313244 #000000 #CDD6F4 #000000 #000000
client.background #000000
bar {
status_command I3RS_GITHUB_TOKEN=$(gopass git/winston) i3status-rs
tray_output primary
tray_padding 2
position top
workspace_min_width 20
2022-11-16 14:46:30 +01:00
mode hide
hidden_state hide
modifier $mod
strip_workspace_numbers yes
strip_workspace_name no
colors {
separator #A6ADC8
2022-11-16 14:46:30 +01:00
background #000000
statusline #1E1E2E
focused_workspace #F5C2E7 #F5C2E7 #11111B
active_workspace #CBA6F7 #CBA6F7 #11111B
2022-11-16 14:46:30 +01:00
inactive_workspace #11111B #11111B #CDD6F4
urgent_workspace #F38BA8 #F38BA8 #11111B
}
}
include ~/.config/i3/config.d/*