mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-30 01:35:34 +00:00
Initial support for desktop
This commit is contained in:
parent
704ba13af2
commit
3edfb5af32
13
i3/config
13
i3/config
@ -23,7 +23,7 @@ font pango:NimbusSans Bold 10
|
|||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
||||||
# start a terminal
|
# start a terminal
|
||||||
bindsym $mod+Return exec kitty
|
bindsym $mod+Return exec alacritty
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+q kill
|
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+9 move container to workspace $ws9
|
||||||
bindsym $mod+Shift+0 move container to workspace $ws10
|
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
|
# 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)
|
||||||
|
@ -172,11 +172,11 @@ label-connected-underline = ${colors.blue}
|
|||||||
label-disconnected = No Wifi :(
|
label-disconnected = No Wifi :(
|
||||||
label-disconnected-underline = ${colors.pink}
|
label-disconnected-underline = ${colors.pink}
|
||||||
|
|
||||||
[module/stocks]
|
;[module/stocks]
|
||||||
type = custom/script
|
;type = custom/script
|
||||||
exec = python ~/git/Stock/stocks.py
|
;exec = python ~/git/Stock/stocks.py
|
||||||
format-underline = ${colors.blue}
|
;format-underline = ${colors.blue}
|
||||||
interval = 60
|
;interval = 60
|
||||||
|
|
||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user