i3: Changes for aurora
This commit is contained in:
parent
a79ee805eb
commit
7dd21761f6
@ -159,21 +159,6 @@ bindsym $mod+Shift+8 move container to workspace number $ws8; workspace $ws8
|
|||||||
bindsym $mod+Shift+9 move container to workspace number $ws9; workspace $ws9
|
bindsym $mod+Shift+9 move container to workspace number $ws9; workspace $ws9
|
||||||
bindsym $mod+Shift+0 move container to workspace number $ws10; workspace $ws10
|
bindsym $mod+Shift+0 move container to workspace number $ws10; workspace $ws10
|
||||||
|
|
||||||
# Monitor config
|
|
||||||
set $monitor_left DVI-D-0
|
|
||||||
set $monitor_right DVI-D-1
|
|
||||||
|
|
||||||
workspace $ws1 output $monitor_left
|
|
||||||
workspace $ws2 output $monitor_left
|
|
||||||
workspace $ws3 output $monitor_left
|
|
||||||
workspace $ws4 output $monitor_left
|
|
||||||
workspace $ws5 output $monitor_left
|
|
||||||
workspace $ws6 output $monitor_right
|
|
||||||
workspace $ws7 output $monitor_right
|
|
||||||
workspace $ws8 output $monitor_right
|
|
||||||
workspace $ws9 output $monitor_right
|
|
||||||
workspace $ws10 output $monitor_right
|
|
||||||
|
|
||||||
# reload the configuration file
|
# reload the configuration file
|
||||||
#bindsym $mod+Shift+c reload
|
#bindsym $mod+Shift+c reload
|
||||||
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
||||||
@ -212,8 +197,7 @@ bindsym $mod+r mode "resize"
|
|||||||
# finds out, if available)
|
# finds out, if available)
|
||||||
bar {
|
bar {
|
||||||
status_command i3blocks
|
status_command i3blocks
|
||||||
tray_output $monitor_left
|
position bottom
|
||||||
position top
|
|
||||||
i3bar_command i3bar --transparency
|
i3bar_command i3bar --transparency
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -297,13 +281,13 @@ for_window [class="Pamac-updater"] floating enable
|
|||||||
for_window [window_role=floating] floating enable
|
for_window [window_role=floating] floating enable
|
||||||
|
|
||||||
########## Autostart applications ##########
|
########## Autostart applications ##########
|
||||||
exec --no-startup-id "i3-msg 'workspace 9; append_layout ~/.config/i3/workspace-chat.json'"
|
#exec --no-startup-id "i3-msg 'workspace 9; append_layout ~/.config/i3/workspace-chat.json'"
|
||||||
|
|
||||||
exec firefox
|
#exec firefox
|
||||||
exec thunderbird
|
#exec thunderbird
|
||||||
exec chat.rocket.RocketChat no_focus
|
#exec chat.rocket.RocketChat no_focus
|
||||||
exec element-desktop no_focus
|
#exec element-desktop no_focus
|
||||||
exec telegram-desktop no_focus
|
#exec telegram-desktop no_focus
|
||||||
|
|
||||||
exec --no-startup-id nm-applet
|
exec --no-startup-id nm-applet
|
||||||
exec --no-startup-id xfce4-power-manager
|
exec --no-startup-id xfce4-power-manager
|
||||||
@ -324,5 +308,5 @@ exec --no-startup-id dunst -config /home/julian/.config/dunst/dunstrc
|
|||||||
|
|
||||||
# Default workspaces at startup (no need because autostart applications get always focused)
|
# Default workspaces at startup (no need because autostart applications get always focused)
|
||||||
#exec --no-startup-id i3-msg workspace $ws1
|
#exec --no-startup-id i3-msg workspace $ws1
|
||||||
exec --no-startup-id i3-msg workspace $ws10
|
#exec --no-startup-id i3-msg workspace $ws10
|
||||||
|
|
||||||
|
@ -13,17 +13,6 @@
|
|||||||
separator=true
|
separator=true
|
||||||
separator_block_width=15
|
separator_block_width=15
|
||||||
|
|
||||||
[activity]
|
|
||||||
command=./activity
|
|
||||||
interval=10
|
|
||||||
LABEL=
|
|
||||||
|
|
||||||
[dunst]
|
|
||||||
command=./dunst
|
|
||||||
markup=pango
|
|
||||||
interval=once
|
|
||||||
format=json
|
|
||||||
|
|
||||||
[volume]
|
[volume]
|
||||||
command=./volume
|
command=./volume
|
||||||
LABEL=
|
LABEL=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user