Changed to new monitor setup
This commit is contained in:
parent
0a6f669cc1
commit
2088aecfb6
@ -3,7 +3,7 @@
|
|||||||
SETUVAR --export ANDROID_HOME:/home/julian/Android/Sdk
|
SETUVAR --export ANDROID_HOME:/home/julian/Android/Sdk
|
||||||
SETUVAR --export ANDROID_SDK_ROOT:/home/julian/Android/Sdk/
|
SETUVAR --export ANDROID_SDK_ROOT:/home/julian/Android/Sdk/
|
||||||
SETUVAR --export EDITOR:/usr/bin/nvim
|
SETUVAR --export EDITOR:/usr/bin/nvim
|
||||||
SETUVAR __fish_initialized:3100
|
SETUVAR __fish_initialized:3400
|
||||||
SETUVAR fish_color_autosuggestion:555\x1ebrblack
|
SETUVAR fish_color_autosuggestion:555\x1ebrblack
|
||||||
SETUVAR fish_color_cancel:\x2dr
|
SETUVAR fish_color_cancel:\x2dr
|
||||||
SETUVAR fish_color_command:005fd7
|
SETUVAR fish_color_command:005fd7
|
||||||
@ -33,4 +33,5 @@ SETUVAR fish_pager_color_completion:\x1d
|
|||||||
SETUVAR fish_pager_color_description:B3A06D\x1eyellow
|
SETUVAR fish_pager_color_description:B3A06D\x1eyellow
|
||||||
SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
|
SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
|
||||||
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
|
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
|
||||||
SETUVAR fish_user_paths:/home/julian/\x2eemacs\x2ed/bin\x1e/home/julian/\x2ecargo/bin\x1e/home/julian/\x2ecargo/env\x1e/home/julian/\x2ecargo/env
|
SETUVAR fish_pager_color_selected_background:\x2dr
|
||||||
|
SETUVAR fish_user_paths:/home/julian/\x2eemacs\x2ed/bin\x1e/home/julian/\x2ecargo/bin\x1e/home/julian/\x2ecargo/env
|
||||||
|
@ -160,8 +160,8 @@ 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
|
# Monitor config
|
||||||
set $monitor_left DVI-D-0
|
set $monitor_left DVI-D-1
|
||||||
set $monitor_right DVI-D-1
|
set $monitor_right VGA-0
|
||||||
|
|
||||||
workspace $ws1 output $monitor_left
|
workspace $ws1 output $monitor_left
|
||||||
workspace $ws2 output $monitor_left
|
workspace $ws2 output $monitor_left
|
||||||
@ -297,17 +297,17 @@ 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
|
||||||
exec --no-startup-id nextcloud
|
# exec --no-startup-id nextcloud
|
||||||
# Authentication agent
|
# Authentication agent
|
||||||
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||||
# Notify about software updates
|
# Notify about software updates
|
||||||
@ -324,5 +324,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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user