mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-06-29 16:52:02 +00:00
Initial support for desktop
This commit is contained in:
15
i3/config
15
i3/config
@ -23,7 +23,7 @@ font pango:NimbusSans Bold 10
|
||||
floating_modifier $mod
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec kitty
|
||||
bindsym $mod+Return exec alacritty
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+q kill
|
||||
@ -123,6 +123,17 @@ bindsym $mod+Shift+8 move container to workspace $ws8
|
||||
bindsym $mod+Shift+9 move container to workspace $ws9
|
||||
bindsym $mod+Shift+0 move container to workspace $ws10
|
||||
|
||||
workspace $ws1 output DP-2
|
||||
workspace $ws2 output DP-4
|
||||
workspace $ws3 output DVI-D-0
|
||||
workspace $ws4 output DP-2
|
||||
workspace $ws5 output DP-4
|
||||
workspace $ws6 output DVI-D-0
|
||||
workspace $ws7 output DP-2
|
||||
workspace $ws8 output DP-4
|
||||
workspace $ws9 output DVI-D-0
|
||||
workspace $ws10 output DP-2
|
||||
|
||||
# reload the configuration file
|
||||
bindsym $mod+Shift+c reload
|
||||
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
||||
@ -217,4 +228,4 @@ for_window [title="emacs@*"] move to workspace $ws2
|
||||
for_window [class="jetbrains-studio"] move to workspace $ws3
|
||||
for_window [title="Google Play Music Desktop Player"] move to workspace $ws10
|
||||
|
||||
exec --no-startup-id "firefox"
|
||||
exec --no-startup-id "firefox"
|
||||
|
Reference in New Issue
Block a user