Upload files to "i3"
parent
1d3021727e
commit
67d7d612a4
29
i3/config
29
i3/config
|
@ -8,7 +8,10 @@ default_border pixel 1
|
|||
default_floating_border pixel 1
|
||||
# Autostart picom when starting the i3 window manager
|
||||
exec_always --no-startup-id picom -b
|
||||
|
||||
exec_always --no-startup-id zen
|
||||
exec_always --no-startup-id tor
|
||||
exec_always --no-startup-id mullvad-daemon
|
||||
exec_always --no-startup-id millvad-vpn
|
||||
# i3 config file (v4)
|
||||
#
|
||||
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
|
||||
|
@ -54,7 +57,7 @@ floating_modifier $mod
|
|||
tiling_drag modifier titlebar
|
||||
|
||||
#OLDstart a terminal
|
||||
#OLDbindsym $mod+Return exec alacritty
|
||||
#bindsym $mod+Return exec alacritty
|
||||
|
||||
#NEW start a terminal (alacritty)
|
||||
bindsym $mod+Return exec --no-startup-id alacritty
|
||||
|
@ -111,7 +114,7 @@ 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+i layout toggle split
|
||||
|
||||
# toggle tiling / floating
|
||||
bindsym $mod+Shift+space floating toggle
|
||||
|
@ -140,17 +143,17 @@ set $ws10 "10"
|
|||
|
||||
# My Keybinds
|
||||
bindsym Print exec flameshot gui
|
||||
bindsym $mod+e exec zen
|
||||
bindsym $mod+0 exec alacritty
|
||||
bindsym $mod+c exec chromium
|
||||
bindsym $mod+0 exec steam
|
||||
bindsym $mod+i exec icecat
|
||||
bindsym $mod+l exec libreoffice
|
||||
#bindsym $mod+s exec st
|
||||
#bindsym $mod+l exec libreoffice
|
||||
bindsym $mod+l exec telegram-desktop
|
||||
bindsym $mod+k exec kitty
|
||||
bindsym $mod+t exec texstudio
|
||||
bindsym $mod+y exec telegram-desktop
|
||||
bindsym $mod+o exec obs
|
||||
bindsym $mod+p exec openshot-qt
|
||||
bindsym $mod+x exec nomacs
|
||||
bindsym $mod+z exec flameshot gui
|
||||
bindsym $mod+a torbrowser
|
||||
# switch to workspace
|
||||
bindsym $mod+1 workspace number $ws1
|
||||
|
@ -221,11 +224,11 @@ bindsym $mod+r mode "resize"
|
|||
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
bar {
|
||||
mode hide
|
||||
hidden_state hide
|
||||
modifier Mod4
|
||||
}
|
||||
#bar {
|
||||
# mode hide
|
||||
# hidden_state hide
|
||||
# modifier Mod4
|
||||
#}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue