mv vi vim && yubico-authenticator-window-size += 5
This commit is contained in:
parent
f7dc3fb59f
commit
eeefd96f85
|
@ -1,4 +1,4 @@
|
|||
# vi: ft=swayconfig
|
||||
# vim: ft=swayconfig
|
||||
|
||||
# Set super key as mod key
|
||||
set $mod Mod4
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# vi: ft=swayconfig
|
||||
# vim: ft=swayconfig
|
||||
|
||||
# Borders
|
||||
default_border pixel 3
|
||||
|
@ -25,4 +25,3 @@ client.unfocused #002b36 #002b36 #eee8d5 #002b36 #002b36
|
|||
client.urgent #dc322f #dc322f #eee8d5 #cb4b16 #dc322f
|
||||
client.placeholder #002b36 #002b36 #eee8d5 #002b36 #002b36
|
||||
client.background #fdf6e3
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# vi: ft=swayconfig
|
||||
# vim: ft=swayconfig
|
||||
|
||||
### GENERAL ###
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# vi: ft=swayconfig
|
||||
# vim: ft=swayconfig
|
||||
|
||||
### GENERAL ###
|
||||
|
||||
|
@ -38,4 +38,4 @@ for_window [title="^About Tor Browser$"] floating enable,
|
|||
for_window [title="about:blank.*Tor Browser"] floating enable,
|
||||
|
||||
# Yubico Authenticator
|
||||
for_window [app_id="^yubico.com.yubioath-desktop$"] floating enable, resize set 15 ppt 55 ppt,
|
||||
for_window [app_id="^yubico.com.yubioath-desktop$"] floating enable, resize set 20 ppt 60 ppt,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# vi: ft=swayconfig
|
||||
# vim: ft=swayconfig
|
||||
|
||||
### GENERAL ###
|
||||
|
||||
|
@ -13,16 +13,13 @@ input type:touchpad {
|
|||
tap enabled
|
||||
}
|
||||
|
||||
# I hate mouse acceleration
|
||||
input type:pointer {
|
||||
accel_profile flat
|
||||
natural_scroll disabled
|
||||
}
|
||||
|
||||
|
||||
### DEVICE SPECIFIC ###
|
||||
|
||||
input 6940:6958:Corsair_Corsair_Gaming_M65_Pro_RGB_Mouse {
|
||||
pointer_accel -0.5
|
||||
}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# vi: ft=swayconfig
|
||||
# vim: ft=swayconfig
|
||||
|
||||
output eDP-1 pos 0 0 res 1920x1080
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# vi: ft=swayconfig
|
||||
# vim: ft=swayconfig
|
||||
|
||||
# Start background services
|
||||
exec mako
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// vi: ft=json5
|
||||
// vim: ft=json5
|
||||
{
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
|
|
Loading…
Reference in a new issue