Add morty configuration files
This commit is contained in:
parent
49136ea0df
commit
ccc966dcb7
5 changed files with 28 additions and 0 deletions
15
config/sway/conf.d/morty/input.config
Normal file
15
config/sway/conf.d/morty/input.config
Normal file
|
@ -0,0 +1,15 @@
|
|||
input 1:1:AT_Translated_Set_2_keyboard
|
||||
{
|
||||
xkb_layout gpdwinmax
|
||||
}
|
||||
|
||||
input 2362:597:HTIX5288:00_093A:0255_Touchpad
|
||||
{
|
||||
left_handed enabled
|
||||
tap enabled
|
||||
natural_scroll disabled
|
||||
dwt enabled
|
||||
pointer_accel 0.3 # set mouse sensitivity (between -1 and 1)
|
||||
}
|
||||
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
# Brightness
|
||||
bindsym XF86MonBrightnessDown exec brightnessctl set 2%-
|
||||
bindsym XF86MonBrightnessUp exec brightnessctl set 2%+
|
2
config/sway/conf.d/morty/output.config
Normal file
2
config/sway/conf.d/morty/output.config
Normal file
|
@ -0,0 +1,2 @@
|
|||
output * bg ~/documents/ressources/wallpapers/psychonauts.jpg fill
|
||||
output eDP-1 transform 90
|
|
@ -0,0 +1,4 @@
|
|||
set $term kitty
|
||||
set $menu exec $term --class=launcher -e launcher.sh
|
||||
set $lock_bg ~/documents/ressources/wallpapers/morty.jpg
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
# Inhibit Idle if a window is fullscreen
|
||||
for_window [class="^.*"] inhibit_idle fullscreen
|
||||
for_window [app_id="^.*"] inhibit_idle fullscreen
|
||||
|
Reference in a new issue