bslxkos02: add config, some tweaks
This commit is contained in:
parent
4208175788
commit
c30ef96b27
4 changed files with 21 additions and 55 deletions
2
config
2
config
|
@ -217,7 +217,9 @@ gaps right 0
|
||||||
#
|
#
|
||||||
# Move the currently focused window to the scratchpad
|
# Move the currently focused window to the scratchpad
|
||||||
bindsym $mod+Shift+s move scratchpad
|
bindsym $mod+Shift+s move scratchpad
|
||||||
|
# Show all scratchpads
|
||||||
bindsym $mod+Ctrl+s scratchpad show
|
bindsym $mod+Ctrl+s scratchpad show
|
||||||
|
# Show specific scratchpads
|
||||||
bindsym $mod+a [con_mark="a" tiling=True] focus; [con_mark="a" floating=True] focus output $$main; \
|
bindsym $mod+a [con_mark="a" tiling=True] focus; [con_mark="a" floating=True] focus output $$main; \
|
||||||
[con_mark="a" floating=True] scratchpad show;
|
[con_mark="a" floating=True] scratchpad show;
|
||||||
bindsym $mod+s [con_mark="s" tiling=True] focus; [con_mark="s" floating=True] focus output $$main; \
|
bindsym $mod+s [con_mark="s" tiling=True] focus; [con_mark="s" floating=True] focus output $$main; \
|
||||||
|
|
11
hosts.d/bslxkos02.conf
Normal file
11
hosts.d/bslxkos02.conf
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# vim: ft=i3
|
||||||
|
### bslxkos02 specific settings
|
||||||
|
set $extern-38 "Goldstar Company Ltd 38GN950 008NTLEFY912"
|
||||||
|
set $extern-29 "Lenovo Group Limited L29w-30 UPV08NFA"
|
||||||
|
set $port-38 HDMI-A-1
|
||||||
|
set $port-29 DP-3
|
||||||
|
set $main $port-38
|
||||||
|
|
||||||
|
### Output configuration
|
||||||
|
output $extern-38 mode 3840x1600 position 0 1080
|
||||||
|
output $extern-29 mode 2560x1080 position 630 0
|
|
@ -16,25 +16,23 @@
|
||||||
"custom/media",
|
"custom/media",
|
||||||
"custom/separator#center",
|
"custom/separator#center",
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"custom/separator#left"
|
// "custom/separator#center",
|
||||||
|
// "custom/card",
|
||||||
|
// "custom/separator#center",
|
||||||
|
// "custom/mail",
|
||||||
|
"custom/separator#left",
|
||||||
|
"custom/separator#space"
|
||||||
],
|
],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"custom/separator#right",
|
"custom/separator#right",
|
||||||
// "custom/card",
|
|
||||||
// "custom/separator#right",
|
|
||||||
// "custom/mail",
|
|
||||||
// "custom/separator#right",
|
|
||||||
"network#en0",
|
"network#en0",
|
||||||
"network#en1",
|
|
||||||
"network#en2",
|
|
||||||
"network#wl0",
|
"network#wl0",
|
||||||
"network#vpn0",
|
|
||||||
"custom/separator#right",
|
"custom/separator#right",
|
||||||
"cpu",
|
"cpu",
|
||||||
"memory",
|
"memory",
|
||||||
"custom/separator#right",
|
"custom/separator#right",
|
||||||
"battery",
|
// "battery",
|
||||||
"custom/separator#right",
|
// "custom/separator#right",
|
||||||
"custom/calendar",
|
"custom/calendar",
|
||||||
"clock",
|
"clock",
|
||||||
"tray"
|
"tray"
|
||||||
|
@ -165,36 +163,6 @@
|
||||||
"tooltip-format-disconnected": "{ifname} disconnected",
|
"tooltip-format-disconnected": "{ifname} disconnected",
|
||||||
"on-click": "foot -T float nmtui"
|
"on-click": "foot -T float nmtui"
|
||||||
},
|
},
|
||||||
"network#en1": {
|
|
||||||
"interval": 2,
|
|
||||||
"interface": "en1",
|
|
||||||
"format": "{ifname}",
|
|
||||||
"format-wifi": "<span foreground='#ebdbb2'> </span>{ifname}",
|
|
||||||
"format-linked": "<span foreground='#ebdbb2'> </span>{ifname}",
|
|
||||||
"format-disconnected": "<span foreground='#606060'> </span>{ifname}",
|
|
||||||
"min-length": 8,
|
|
||||||
"max-length": 30,
|
|
||||||
"tooltip-format": "{ifname}\n\t{ipaddr}/{cidr}\n \t{bandwidthDownBits}\n \t{bandwidthUpBits}",
|
|
||||||
"tooltip-format-ethernet": "{ifname}\n\t{ipaddr}/{cidr}\n \t{bandwidthDownBits}\n \t{bandwidthUpBits}",
|
|
||||||
"tooltip-format-wifi": "{ifname} {essid} ({signalStrength:3}%)\n\t{ipaddr}/{cidr}\n \t{bandwidthDownBits}\n \t{bandwidthUpBits}",
|
|
||||||
"tooltip-format-disconnected": "{ifname} disconnected",
|
|
||||||
"on-click": "foot -T float nmtui"
|
|
||||||
},
|
|
||||||
"network#en2": {
|
|
||||||
"interval": 2,
|
|
||||||
"interface": "en2",
|
|
||||||
"format": "{ifname}",
|
|
||||||
"format-wifi": "<span foreground='#ebdbb2'> </span>{ifname}",
|
|
||||||
"format-linked": "<span foreground='#ebdbb2'> </span>{ifname}",
|
|
||||||
"format-disconnected": "<span foreground='#606060'> </span>{ifname}",
|
|
||||||
"min-length": 8,
|
|
||||||
"max-length": 30,
|
|
||||||
"tooltip-format": "{ifname}\n\t{ipaddr}/{cidr}\n \t{bandwidthDownBits}\n \t{bandwidthUpBits}",
|
|
||||||
"tooltip-format-ethernet": "{ifname}\n\t{ipaddr}/{cidr}\n \t{bandwidthDownBits}\n \t{bandwidthUpBits}",
|
|
||||||
"tooltip-format-wifi": "{ifname} {essid} ({signalStrength:3}%)\n\t{ipaddr}/{cidr}\n \t{bandwidthDownBits}\n \t{bandwidthUpBits}",
|
|
||||||
"tooltip-format-disconnected": "{ifname} disconnected",
|
|
||||||
"on-click": "foot -T float nmtui"
|
|
||||||
},
|
|
||||||
"network#wl0": {
|
"network#wl0": {
|
||||||
"interval": 2,
|
"interval": 2,
|
||||||
"interface": "wl0",
|
"interface": "wl0",
|
||||||
|
@ -210,21 +178,6 @@
|
||||||
"tooltip-format-disconnected": "{ifname} disconnected",
|
"tooltip-format-disconnected": "{ifname} disconnected",
|
||||||
"on-click": "foot -T float nmtui"
|
"on-click": "foot -T float nmtui"
|
||||||
},
|
},
|
||||||
"network#vpn0": {
|
|
||||||
"interval": 2,
|
|
||||||
"interface": "vpn0",
|
|
||||||
"format": "{ifname}",
|
|
||||||
"format-wifi": "<span foreground='#ebdbb2'> </span>{ifname}",
|
|
||||||
"format-linked": "<span foreground='#ebdbb2'> </span>{ifname}",
|
|
||||||
"format-disconnected": "<span foreground='#606060'> </span>{ifname}",
|
|
||||||
"min-length": 8,
|
|
||||||
"max-length": 30,
|
|
||||||
"tooltip-format": "{ifname}\n\t{ipaddr}/{cidr}\n \t{bandwidthDownBits}\n \t{bandwidthUpBits}",
|
|
||||||
"tooltip-format-ethernet": "{ifname}\n\t{ipaddr}/{cidr}\n \t{bandwidthDownBits}\n \t{bandwidthUpBits}",
|
|
||||||
"tooltip-format-wifi": "{ifname} {essid} ({signalStrength:3}%)\n\t{ipaddr}/{cidr}\n \t{bandwidthDownBits}\n \t{bandwidthUpBits}",
|
|
||||||
"tooltip-format-disconnected": "{ifname} disconnected",
|
|
||||||
"on-click": "foot -T float nmtui"
|
|
||||||
},
|
|
||||||
"pulseaudio": {
|
"pulseaudio": {
|
||||||
"format": "<span foreground='#ebdbb2'>{icon} </span>{volume}% {format_source}",
|
"format": "<span foreground='#ebdbb2'>{icon} </span>{volume}% {format_source}",
|
||||||
"format-muted": "<span foreground='#fb4934'> </span>{format_source}",
|
"format-muted": "<span foreground='#fb4934'> </span>{format_source}",
|
Loading…
Reference in a new issue