individualization of sway
This commit is contained in:
parent
ddf70c19f4
commit
2a4f668d1b
1 changed files with 10 additions and 9 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
# WARNING: Do not edit this file.
|
||||||
|
# It was generated by processing {{ yadm.source }}
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# Variables
|
# Variables
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
@ -30,10 +33,14 @@ input 9456:311:Metadot_-_Das_Keyboard_Das_Keyboard_Model_S xkb_model "pc105"
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# Outputs
|
# Outputs
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
{% if yadm.hostname == "avior" %}
|
||||||
output eDP-1 pos 0 0 res 3840x2400 scale 2
|
output eDP-1 pos 0 0 res 3840x2400 scale 2
|
||||||
output DP-3 pos 1920 0 res 1920x120
|
{% else %}
|
||||||
|
output eDP-1 pos 0 0 res 1920x1080
|
||||||
|
{% endif %}
|
||||||
|
output DP-3 pos 1920 0 res 1920x1200
|
||||||
|
|
||||||
output * bg /usr/share/backgrounds/custom/mountain.jpg fill
|
output * bg /usr/share/backgrounds/default fill
|
||||||
|
|
||||||
bindswitch --reload --locked lid:on output eDP-1 disable
|
bindswitch --reload --locked lid:on output eDP-1 disable
|
||||||
bindswitch --reload --locked lid:off output eDP-1 enable
|
bindswitch --reload --locked lid:off output eDP-1 enable
|
||||||
|
@ -221,13 +228,7 @@ assign [class="^Microsoft Teams - Preview$"] 9
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# Screenshot shortcuts
|
# Screenshot shortcuts
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
bindsym Print exec --no-startup-id scrot
|
bindsym Print exec --no-startup-id grim
|
||||||
bindsym Shift+Print exec --no-startup-id scrot -u
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
|
||||||
# Keyboard layout shortcut
|
|
||||||
# ------------------------------------------------------------------------------
|
|
||||||
bindsym XF86LaunchA exec --no-startup-id xkb-switch -n && pkill -SIGRTMIN+12 i3blocks
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# WIFI shortcut
|
# WIFI shortcut
|
Loading…
Reference in a new issue