update i3 config
This commit is contained in:
parent
625e7273f0
commit
a7a75e29c5
1 changed files with 8 additions and 5 deletions
13
i3/config
13
i3/config
|
|
@ -33,8 +33,9 @@ floating_modifier $mod
|
||||||
# start a terminal
|
# start a terminal
|
||||||
# Line changed from:
|
# Line changed from:
|
||||||
# bindsym $mod+Return exec i3-sensible-terminal
|
# bindsym $mod+Return exec i3-sensible-terminal
|
||||||
bindsym $mod+Return exec st
|
set $terminal alacritty
|
||||||
bindsym $mod+Shift+Return exec st -e vis
|
bindsym $mod+Return exec $terminal
|
||||||
|
bindsym $mod+Shift+Return exec $terminal -e vis
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
|
@ -177,6 +178,8 @@ bindsym $mod+r mode "resize"
|
||||||
# finds out, if available)
|
# finds out, if available)
|
||||||
bar {
|
bar {
|
||||||
status_command i3status
|
status_command i3status
|
||||||
|
# status_command ~/statuz/zig-cache/bin/statuz
|
||||||
|
# status_command ~/zar/zig-cache/bin/zar
|
||||||
}
|
}
|
||||||
|
|
||||||
# MY OWN CONFIGS
|
# MY OWN CONFIGS
|
||||||
|
|
@ -185,7 +188,7 @@ bar {
|
||||||
# exec --no-startup-id xsetroot -solid "#333333"
|
# exec --no-startup-id xsetroot -solid "#333333"
|
||||||
|
|
||||||
# Set fehbg
|
# Set fehbg
|
||||||
exec --no-startup-id ~/.fehbg
|
# exec --no-startup-id ~/.fehbg
|
||||||
|
|
||||||
# Start compton
|
# Start compton
|
||||||
# exec --no-startup-id compton --config ~/.compton.conf
|
# exec --no-startup-id compton --config ~/.compton.conf
|
||||||
|
|
@ -194,7 +197,7 @@ exec --no-startup-id ~/.fehbg
|
||||||
bindsym ctrl+$mod+l exec i3lock -i $HOME/art/lockscreen.svg.png -t -e -f
|
bindsym ctrl+$mod+l exec i3lock -i $HOME/art/lockscreen.svg.png -t -e -f
|
||||||
|
|
||||||
# Bluetooth menu shortcut
|
# Bluetooth menu shortcut
|
||||||
bindsym ctrl+$mod+b exec blue
|
# bindsym ctrl+$mod+b exec blue
|
||||||
|
|
||||||
# Hide edge borders on fullscreen windows
|
# Hide edge borders on fullscreen windows
|
||||||
hide_edge_borders smart
|
hide_edge_borders smart
|
||||||
|
|
@ -210,7 +213,7 @@ hide_edge_borders smart
|
||||||
# bindsym XF86AudioMute exec st -e pamix
|
# bindsym XF86AudioMute exec st -e pamix
|
||||||
|
|
||||||
# Screenshot
|
# Screenshot
|
||||||
# bindsym $mod+z exec scrot
|
bindsym $mod+z exec --no-startup-id scrot --select
|
||||||
|
|
||||||
# Keyboard layout
|
# Keyboard layout
|
||||||
# exec --no-startup-id setxkbmap -layout de
|
# exec --no-startup-id setxkbmap -layout de
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue