Cleanup a few things, move i3-gaps to just i3
This commit is contained in:
242
i3-home/.config/i3/config
Normal file
242
i3-home/.config/i3/config
Normal file
@ -0,0 +1,242 @@
|
||||
# ArchLabs id5b3 config
|
||||
|
||||
# border & title
|
||||
for_window [class="^.*"] border pixel 1, title_format "<b> %class >> %title </b>"
|
||||
# class border backgr. text indicator child_border
|
||||
client.focused #2d2d2d #285577 #ffffff #2e9ef4 #808fa0
|
||||
client.focused_inactive #2d2d2d #5f676a #ffffff #484e50 #2d2d2d
|
||||
client.unfocused #2d2d2d #222222 #888888 #292d2e #2d2d2d
|
||||
client.urgent #9d5b61 #900000 #ffffff #900000 #9d5b61
|
||||
client.placeholder #2d2d2d #0c0c0c #ffffff #000000 #2d2d2d
|
||||
|
||||
# gaps
|
||||
gaps inner 8
|
||||
gaps outer 0
|
||||
|
||||
# font
|
||||
font pango:monospace 11
|
||||
|
||||
# mod key used for most binds
|
||||
# Mod1 = Alt
|
||||
# Mod4 = Super
|
||||
set $Mod Mod4
|
||||
|
||||
# direction keys
|
||||
set $up l
|
||||
set $down k
|
||||
set $left j
|
||||
set $right semicolon
|
||||
|
||||
############### Autostart ##################
|
||||
|
||||
# run with reload
|
||||
exec_always --no-startup-id xrdb -load ~/.Xresources
|
||||
|
||||
# run once
|
||||
exec --no-startup-id xfsettingsd
|
||||
|
||||
############# Bindings ##################
|
||||
|
||||
# launchers
|
||||
bindsym Mod1+p exec --no-startup-id rofi_run -r
|
||||
bindsym Control+space exec --no-startup-id rofi_run -r
|
||||
|
||||
# kill focused window
|
||||
bindsym $Mod+Shift+q kill
|
||||
bindsym Mod1+q kill
|
||||
bindsym Mod1+F4 kill
|
||||
|
||||
# core
|
||||
bindsym $Mod+w exec --no-startup-id al-browser
|
||||
bindsym $Mod+f exec --no-startup-id al-filemanager
|
||||
bindsym $Mod+t exec --no-startup-id al-terminal
|
||||
bindsym $Mod+Return exec --no-startup-id al-terminal
|
||||
bindsym Mod1+Shift+Return exec --no-startup-id al-terminal
|
||||
bindsym Control+Shift+t exec --no-startup-id al-terminal
|
||||
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'"
|
||||
|
||||
# logout script
|
||||
bindsym $Mod+x exec --no-startup-id rofi_run -l
|
||||
|
||||
# Screenshot
|
||||
bindsym Print exec --no-startup-id "scrot '%S.png' -e 'mv $f $$(xdg-user-dir PICTURES)/ArchLabs-%S-$wx$h.png ; feh $$(xdg-user-dir PICTURES)/ArchLabs-%S-$wx$h.png'"
|
||||
|
||||
# audio
|
||||
bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause
|
||||
bindsym XF86AudioNext exec --no-startup-id playerctl next
|
||||
bindsym XF86AudioPrev exec --no-startup-id playerctl previous
|
||||
bindsym XF86AudioStop exec --no-startup-id playerctl stop
|
||||
bindsym XF86AudioMute exec --no-startup-id pamixer -t
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pamixer -i 2
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id pamixer -d 2
|
||||
|
||||
# backlight
|
||||
bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 10
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 10
|
||||
|
||||
########### Workspace Bindings ###############
|
||||
|
||||
# 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
|
||||
|
||||
# switch to workspace - numpad alternatives
|
||||
bindsym $Mod+Mod2+KP_1 workspace 1
|
||||
bindsym $Mod+Mod2+KP_2 workspace 2
|
||||
bindsym $Mod+Mod2+KP_3 workspace 3
|
||||
bindsym $Mod+Mod2+KP_4 workspace 4
|
||||
bindsym $Mod+Mod2+KP_5 workspace 5
|
||||
bindsym $Mod+Mod2+KP_6 workspace 6
|
||||
bindsym $Mod+Mod2+KP_7 workspace 7
|
||||
bindsym $Mod+Mod2+KP_8 workspace 8
|
||||
|
||||
# switch to next or previous workspace
|
||||
bindsym $Mod+Mod1+Left workspace prev
|
||||
bindsym $Mod+Mod1+Right workspace next
|
||||
|
||||
# move focused container to workspace
|
||||
bindsym $Mod+Shift+1 move container to workspace 1; workspace 1
|
||||
bindsym $Mod+Shift+2 move container to workspace 2; workspace 2
|
||||
bindsym $Mod+Shift+3 move container to workspace 3; workspace 3
|
||||
bindsym $Mod+Shift+4 move container to workspace 4; workspace 4
|
||||
bindsym $Mod+Shift+5 move container to workspace 5; workspace 5
|
||||
bindsym $Mod+Shift+6 move container to workspace 6; workspace 6
|
||||
bindsym $Mod+Shift+7 move container to workspace 7; workspace 7
|
||||
bindsym $Mod+Shift+8 move container to workspace 8; workspace 8
|
||||
|
||||
# move focused container to workspace - numpad alternatives
|
||||
bindsym $Mod+Shift+Mod2+KP_End move container to workspace 1; workspace 1
|
||||
bindsym $Mod+Shift+Mod2+KP_Down move container to workspace 2; workspace 2
|
||||
bindsym $Mod+Shift+Mod2+KP_Next move container to workspace 3; workspace 3
|
||||
bindsym $Mod+Shift+Mod2+KP_Left move container to workspace 4; workspace 4
|
||||
bindsym $Mod+Shift+Mod2+KP_Begin move container to workspace 5; workspace 5
|
||||
bindsym $Mod+Shift+Mod2+KP_Right move container to workspace 6; workspace 7
|
||||
bindsym $Mod+Shift+Mod2+KP_Home move container to workspace 7; workspace 7
|
||||
bindsym $Mod+Shift+Mod2+KP_Up move container to workspace 8; workspace 8
|
||||
|
||||
|
||||
############## Reload configs ################
|
||||
|
||||
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
||||
bindsym $Mod+Shift+r restart
|
||||
|
||||
# reload the configuration file
|
||||
bindsym $Mod+Shift+c reload
|
||||
|
||||
############ Container/Window control ############
|
||||
|
||||
# Scratchpad, Floating
|
||||
bindsym $Mod+space floating toggle
|
||||
floating_modifier Mod1
|
||||
|
||||
bindsym $Mod+Shift+z move scratchpad
|
||||
bindsym $Mod+z scratchpad show
|
||||
|
||||
# change focus
|
||||
bindsym $Mod+$left focus left
|
||||
bindsym $Mod+$down focus down
|
||||
bindsym $Mod+$up focus up
|
||||
bindsym $Mod+$right 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
|
||||
|
||||
bindsym $Mod+p focus parent
|
||||
bindsym $Mod+c focus child
|
||||
|
||||
# move focused window
|
||||
bindsym $Mod+Shift+$left move left 10px
|
||||
bindsym $Mod+Shift+$down move down 10px
|
||||
bindsym $Mod+Shift+$up move up 10px
|
||||
bindsym $Mod+Shift+$right move right 10px
|
||||
|
||||
# alternatively, you can use the cursor keys:
|
||||
bindsym $Mod+Shift+Up move up 10px
|
||||
bindsym $Mod+Shift+Down move down 10px
|
||||
bindsym $Mod+Shift+Left move left 10px
|
||||
bindsym $Mod+Shift+Right move right 10px
|
||||
|
||||
# Size
|
||||
bindsym Mod1+Up resize shrink height 10 px or 1 ppt
|
||||
bindsym Mod1+Down resize grow height 10 px or 1 ppt
|
||||
bindsym Mod1+Left resize shrink width 10 px or 1 ppt
|
||||
bindsym Mod1+Right resize grow width 10 px or 1 ppt
|
||||
|
||||
# layout toggle, keycode 23 is Tab
|
||||
bindcode Mod1+23 layout toggle tabbed split
|
||||
bindcode $Mod+23 layout toggle splitv splith
|
||||
|
||||
# switch to workspace with urgent window
|
||||
for_window [urgent="latest"] focus
|
||||
focus_on_window_activation focus
|
||||
|
||||
# container layout
|
||||
bindsym $Mod+h split h
|
||||
bindsym $Mod+v split v
|
||||
bindsym $Mod+Shift+t layout tabbed
|
||||
bindsym $Mod+Shift+s layout stacking
|
||||
bindsym $Mod+Shift+h layout toggle split
|
||||
|
||||
default_orientation horizontal
|
||||
|
||||
############### Border & Gaps ###############
|
||||
|
||||
new_window normal
|
||||
new_float normal
|
||||
|
||||
hide_edge_borders both
|
||||
|
||||
bindsym $Mod+shift+b border toggle
|
||||
|
||||
# changing border style
|
||||
bindsym $Mod+n border normal
|
||||
bindsym $Mod+y border 1pixel
|
||||
bindsym $Mod+u border none
|
||||
|
||||
# change gaps
|
||||
bindsym $Mod+plus gaps inner current plus 5
|
||||
bindsym $Mod+minus gaps inner current minus 5
|
||||
bindsym $Mod+Shift+plus gaps outer current plus 5
|
||||
bindsym $Mod+Shift+minus gaps outer current minus 5
|
||||
bindsym $Mod+Control+plus gaps inner all plus 5
|
||||
bindsym $Mod+Control+minus gaps inner all minus 5
|
||||
bindsym $Mod+Control+Shift+plus gaps outer all plus 5
|
||||
bindsym $Mod+Control+Shift+minus gaps outer all minus 5
|
||||
|
||||
############ application settings ############
|
||||
|
||||
# assign applications to specific workspace
|
||||
assign [class="(?i)(?:firefox)"] → 1
|
||||
assign [class="(?i)(?:geany)"] → 2
|
||||
assign [class="(?i)(?:thunar)"] → 3
|
||||
|
||||
# focus, floating, & sticky
|
||||
for_window [class="(?i)(?:qt5ct|pinentry|firefox|geany|thunar)"] focus
|
||||
for_window [title="(?i)(?:copying|deleting|moving)"] floating enable
|
||||
for_window [window_role="(?i)(?:pop-up|setup)"] floating enable
|
||||
|
||||
popup_during_fullscreen smart
|
||||
|
||||
bar {
|
||||
colors {
|
||||
background #2d2d2d
|
||||
statusline #808fa0 #that neon blue
|
||||
separator #666666
|
||||
# border backgr. text
|
||||
focused_workspace #808fa0 #808fa0 #ffffff
|
||||
active_workspace #2d2d2d #2d2d2d #c6c6c6
|
||||
inactive_workspace #2d2d2d #2d2d2d #888888
|
||||
urgent_workspace #9d5b61 #9d5b61 #c6c6c6
|
||||
}
|
||||
status_command i3status -c ~/.config/i3status/config
|
||||
}
|
||||
|
35
i3-home/.config/i3status/config
Normal file
35
i3-home/.config/i3status/config
Normal file
@ -0,0 +1,35 @@
|
||||
# i3status configuration file.
|
||||
# see "man i3status" for documentation.
|
||||
|
||||
general {
|
||||
colors = true
|
||||
interval = 5
|
||||
}
|
||||
|
||||
order += "battery all"
|
||||
order += "disk /"
|
||||
order += "load"
|
||||
order += "memory"
|
||||
order += "tztime local"
|
||||
|
||||
battery all {
|
||||
format = "%status %percentage %remaining"
|
||||
}
|
||||
|
||||
disk "/" {
|
||||
format = "%avail"
|
||||
}
|
||||
|
||||
load {
|
||||
format = "%1min"
|
||||
}
|
||||
|
||||
memory {
|
||||
format = "%used | %available"
|
||||
threshold_degraded = "1G"
|
||||
format_degraded = "MEMORY < %available"
|
||||
}
|
||||
|
||||
tztime local {
|
||||
format = "%T"
|
||||
}
|
Reference in New Issue
Block a user