20250322.1742674833
This commit is contained in:
parent
06fe5a1390
commit
cd8cf52814
6 changed files with 104 additions and 9 deletions
|
@ -55,6 +55,8 @@ bindsym $mod+m exec --no-startup-id emacsclient -a '' -c
|
|||
bindsym $mod+b exec --no-startup-id librewolf
|
||||
# start tor
|
||||
bindsym $mod+t exec --no-startup-id torbrowser-launcher
|
||||
# wmfocus
|
||||
bindsym $mod+q exec --no-startup-id wmfocus
|
||||
# edit keyboard config
|
||||
# bindsym $mod+Control+t exec --no-startup-id chromium "https://configure.zsa.io/moonlander/layouts/QxvPD/latest/0"
|
||||
|
||||
|
@ -105,9 +107,9 @@ bindsym $mod+v split v
|
|||
bindsym $mod+f fullscreen toggle
|
||||
|
||||
# change container layout (stacked, tabbed, toggle split)
|
||||
bindsym $mod+s layout stacking
|
||||
bindsym $mod+w layout tabbed
|
||||
bindsym $mod+e layout toggle split
|
||||
# bindsym $mod+s layout stacking
|
||||
# bindsym $mod+w layout tabbed
|
||||
# bindsym $mod+e layout toggle split
|
||||
|
||||
# toggle tiling / floating
|
||||
bindsym $mod+Shift+space floating toggle
|
||||
|
@ -225,7 +227,8 @@ bar {
|
|||
tray_padding 3
|
||||
font pango:TerminessNerdFont, FontAwesome 11
|
||||
position top
|
||||
status_command i3status-rs ~/.config/i3/i3status-rust.toml
|
||||
# status_command i3status-rs ~/.config/i3/i3status-rust.toml
|
||||
status_command py3status -c ~/.config/i3/i3status.conf
|
||||
colors {
|
||||
separator #666666
|
||||
background #1D1F21
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue