FEAT: Changed I3 colours to match my wallpaper (Otter <3)
- Changed keyboard layout (GB -> UK) - Disabled focus on mouse hover I3
This commit is contained in:
parent
14cb3b287b
commit
aadb6dc051
@ -101,6 +101,8 @@ if [ -f ~/.bash_aliases ]; then
|
||||
. ~/.bash_aliases
|
||||
fi
|
||||
|
||||
setxkbmap us
|
||||
|
||||
# enable programmable completion features (you don't need to enable
|
||||
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
|
||||
# sources /etc/bash.bashrc).
|
||||
|
54
i3/config
Normal file → Executable file
54
i3/config
Normal file → Executable file
@ -13,8 +13,10 @@ set $mod Mod4
|
||||
|
||||
# Font for window titles. Will also be used by the bar unless a different font
|
||||
# is used in the bar {} block below.
|
||||
font pango:monospace 8
|
||||
|
||||
font pango:Hack Nerd Font 11
|
||||
exec --no-startup-id picom -b
|
||||
exec --no-startup-id feh --bg-fill $HOME/Pictures/Wallpapers/430795.jpg
|
||||
focus_follows_mouse no
|
||||
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||
#font pango:DejaVu Sans Mono 8
|
||||
@ -30,10 +32,10 @@ font pango:monospace 8
|
||||
floating_modifier $mod
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec i3-sensible-terminal
|
||||
bindsym $mod+Return exec alacritty
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
bindsym $mod+q kill
|
||||
|
||||
# start dmenu (a program launcher)
|
||||
bindsym $mod+d exec dmenu_run
|
||||
@ -43,10 +45,10 @@ bindsym $mod+d exec dmenu_run
|
||||
# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
|
||||
|
||||
# change focus
|
||||
bindsym $mod+j focus left
|
||||
bindsym $mod+k focus down
|
||||
bindsym $mod+l focus up
|
||||
bindsym $mod+semicolon focus right
|
||||
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
|
||||
@ -67,7 +69,7 @@ bindsym $mod+Shift+Up move up
|
||||
bindsym $mod+Shift+Right move right
|
||||
|
||||
# split in horizontal orientation
|
||||
bindsym $mod+h split h
|
||||
bindsym $mod+% split h
|
||||
|
||||
# split in vertical orientation
|
||||
bindsym $mod+v split v
|
||||
@ -144,10 +146,10 @@ mode "resize" {
|
||||
# Pressing right will grow the window’s width.
|
||||
# Pressing up will shrink the window’s height.
|
||||
# Pressing down will grow the window’s height.
|
||||
bindsym j resize shrink width 10 px or 10 ppt
|
||||
bindsym k resize grow height 10 px or 10 ppt
|
||||
bindsym l resize shrink height 10 px or 10 ppt
|
||||
bindsym semicolon resize grow width 10 px or 10 ppt
|
||||
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
|
||||
@ -166,5 +168,29 @@ bindsym $mod+r mode "resize"
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
bar {
|
||||
status_command i3status
|
||||
position top
|
||||
status_command i3status --transparency
|
||||
|
||||
colors {
|
||||
background #b7d72cA1
|
||||
statusline #000000A1
|
||||
separator #281309A1
|
||||
|
||||
#border Background Text
|
||||
focused_workspace #64391dA1 #64391dA1 #FFFFFFA1
|
||||
active_workspace #64391dA1 #64391dA1 #FFFFFFA1
|
||||
inactive_workspace #dde368A1 #dde368A1 #000000A1
|
||||
urgent_workspace #b7d72cA1 #b7d72cA1 #000000A1
|
||||
binding_mode #b7d72cA1 #b7d72cA1 #000000A1
|
||||
}
|
||||
}
|
||||
|
||||
#class border backgr. text indicator child_border
|
||||
|
||||
client.focused #4f3b22 #4f3b22 #FFFFFF #8c5831 #7c2c09
|
||||
client.focused_inactive #b38a5b #b38a5b #CCCCCC #8c5831 #7c2c09
|
||||
client.unfocused #b38a5b #b38a5b #CCCCCC #8c5831 #7c2c09
|
||||
|
||||
client.background #FFFFFF
|
||||
|
||||
|
||||
|
@ -18,4 +18,4 @@ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||
curl -fsSL https://ollama.com/install.sh | sh
|
||||
ollama run codellama:7b # See https://ollama.com/library/codellama for available models
|
||||
|
||||
|
||||
apt install picom
|
||||
|
2
nvim
2
nvim
@ -1 +1 @@
|
||||
Subproject commit b7785d460d73324d9ca0b16a54a3813aea6eb054
|
||||
Subproject commit 0c2a2236a54283aa296f0f4fd5df65437481f0ed
|
Loading…
x
Reference in New Issue
Block a user