work
This commit is contained in:
parent
698e0b6ec2
commit
49ae5f3981
10 changed files with 129 additions and 107 deletions
|
@ -14,11 +14,12 @@ set $left h
|
|||
set $down j
|
||||
set $up k
|
||||
set $right l
|
||||
set $term wezterm
|
||||
#set $term wezterm
|
||||
set $term alacritty
|
||||
set $wallpaper /home/stefan/wall.png
|
||||
set $lock swaylock -t -i $wallpaper --scaling=fill
|
||||
set $font CaskaydiaCove Nerd Font 10
|
||||
set $menucolor \
|
||||
set $menucolor -H 23 -b \
|
||||
--tf=$white --tb=$cyan \
|
||||
--ff=$black --fb=$white \
|
||||
--cf=$cyan --cb=$white \
|
||||
|
@ -26,14 +27,20 @@ set $menucolor \
|
|||
--af=$black --ab=$white2 \
|
||||
--hf=$white --hb=$cyan \
|
||||
--sf=$white --sb=$cyan
|
||||
set $menu bemenu-run -H 23 -b -p run $menucolor
|
||||
set $menu bemenu-run -p run $menucolor
|
||||
set $otpmenu ykman oath accounts code -s "$(ykman oath accounts list | bemenu -i $menucolor)" | wl-copy
|
||||
font $font
|
||||
|
||||
input "1:1:AT_Translated_Set_2_keyboard" xkb_layout de
|
||||
input "0:0:TUXEDO_Keyboard" xkb_layout de
|
||||
input 1130:35:HID_046a:0023 xkb_layout de
|
||||
input "2362:628:PIXA3854:00_093A:0274_Touchpad" click_method clickfinger
|
||||
|
||||
output * bg $wallpaper fill
|
||||
output "BenQ Corporation BenQ SW2700 83H03922SL0" res --custom 2560x1440@60Hz
|
||||
output "BenQ Corporation BenQ SW2700 83H03922SL0" pos 1440 720
|
||||
output "BNQ BenQ PD2705Q W4N00777019" transform 270
|
||||
output "BNQ BenQ PD2705Q W4N00777019" pos 0 0
|
||||
output "Dell Inc. Dell U4919DW HZVZWP2" res 5120x1440
|
||||
output eDP-1 scale 1.25
|
||||
|
||||
|
@ -45,6 +52,7 @@ floating_modifier $mod normal
|
|||
bindsym $mod+Shift+c reload
|
||||
bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'
|
||||
bindsym $mod+o exec keepassxc
|
||||
bindsym $mod+Shift+o exec $otpmenu
|
||||
bindsym $mod+z exec $lock
|
||||
bindsym $mod+Up exec light -A 5
|
||||
bindsym $mod+Down exec light -U 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue