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
|
||||
# Line changed from:
|
||||
# bindsym $mod+Return exec i3-sensible-terminal
|
||||
bindsym $mod+Return exec st
|
||||
bindsym $mod+Shift+Return exec st -e vis
|
||||
set $terminal alacritty
|
||||
bindsym $mod+Return exec $terminal
|
||||
bindsym $mod+Shift+Return exec $terminal -e vis
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
|
|
@ -177,6 +178,8 @@ bindsym $mod+r mode "resize"
|
|||
# finds out, if available)
|
||||
bar {
|
||||
status_command i3status
|
||||
# status_command ~/statuz/zig-cache/bin/statuz
|
||||
# status_command ~/zar/zig-cache/bin/zar
|
||||
}
|
||||
|
||||
# MY OWN CONFIGS
|
||||
|
|
@ -185,7 +188,7 @@ bar {
|
|||
# exec --no-startup-id xsetroot -solid "#333333"
|
||||
|
||||
# Set fehbg
|
||||
exec --no-startup-id ~/.fehbg
|
||||
# exec --no-startup-id ~/.fehbg
|
||||
|
||||
# Start compton
|
||||
# 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
|
||||
|
||||
# Bluetooth menu shortcut
|
||||
bindsym ctrl+$mod+b exec blue
|
||||
# bindsym ctrl+$mod+b exec blue
|
||||
|
||||
# Hide edge borders on fullscreen windows
|
||||
hide_edge_borders smart
|
||||
|
|
@ -210,7 +213,7 @@ hide_edge_borders smart
|
|||
# bindsym XF86AudioMute exec st -e pamix
|
||||
|
||||
# Screenshot
|
||||
# bindsym $mod+z exec scrot
|
||||
bindsym $mod+z exec --no-startup-id scrot --select
|
||||
|
||||
# Keyboard layout
|
||||
# exec --no-startup-id setxkbmap -layout de
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue