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 super key as mod key
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# vi: ft=swayconfig
|
# vim: ft=swayconfig
|
||||||
|
|
||||||
# Borders
|
# Borders
|
||||||
default_border pixel 3
|
default_border pixel 3
|
||||||
|
@ -25,4 +25,3 @@ client.unfocused #002b36 #002b36 #eee8d5 #002b36 #002b36
|
||||||
client.urgent #dc322f #dc322f #eee8d5 #cb4b16 #dc322f
|
client.urgent #dc322f #dc322f #eee8d5 #cb4b16 #dc322f
|
||||||
client.placeholder #002b36 #002b36 #eee8d5 #002b36 #002b36
|
client.placeholder #002b36 #002b36 #eee8d5 #002b36 #002b36
|
||||||
client.background #fdf6e3
|
client.background #fdf6e3
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# vi: ft=swayconfig
|
# vim: ft=swayconfig
|
||||||
|
|
||||||
### GENERAL ###
|
### GENERAL ###
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# vi: ft=swayconfig
|
# vim: ft=swayconfig
|
||||||
|
|
||||||
### GENERAL ###
|
### GENERAL ###
|
||||||
|
|
||||||
|
@ -38,4 +38,4 @@ for_window [title="^About Tor Browser$"] floating enable,
|
||||||
for_window [title="about:blank.*Tor Browser"] floating enable,
|
for_window [title="about:blank.*Tor Browser"] floating enable,
|
||||||
|
|
||||||
# Yubico Authenticator
|
# 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 ###
|
### GENERAL ###
|
||||||
|
|
||||||
|
@ -13,16 +13,13 @@ input type:touchpad {
|
||||||
tap enabled
|
tap enabled
|
||||||
}
|
}
|
||||||
|
|
||||||
# I hate mouse acceleration
|
|
||||||
input type:pointer {
|
input type:pointer {
|
||||||
accel_profile flat
|
accel_profile flat
|
||||||
natural_scroll disabled
|
natural_scroll disabled
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
### DEVICE SPECIFIC ###
|
### DEVICE SPECIFIC ###
|
||||||
|
|
||||||
input 6940:6958:Corsair_Corsair_Gaming_M65_Pro_RGB_Mouse {
|
input 6940:6958:Corsair_Corsair_Gaming_M65_Pro_RGB_Mouse {
|
||||||
pointer_accel -0.5
|
pointer_accel -0.5
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# vi: ft=swayconfig
|
# vim: ft=swayconfig
|
||||||
|
|
||||||
output eDP-1 pos 0 0 res 1920x1080
|
output eDP-1 pos 0 0 res 1920x1080
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# vi: ft=swayconfig
|
# vim: ft=swayconfig
|
||||||
|
|
||||||
# Start background services
|
# Start background services
|
||||||
exec mako
|
exec mako
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// vi: ft=json5
|
// vim: ft=json5
|
||||||
{
|
{
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
"position": "top",
|
"position": "top",
|
||||||
|
|
Loading…
Reference in a new issue