Remove unused files

This commit is contained in:
Yorick Barbanneau 2021-03-08 12:30:13 +01:00
parent f8d84d44ab
commit 49136ea0df
6 changed files with 3 additions and 273 deletions

View file

@ -1,18 +0,0 @@
set $term termite
set $menu exec $term --name=launcher -e launcher.sh
set $lock_bg ~/documents/ressources/wallpapers/morty.jpg
# Input configuration
input * xkb_layout "us"
input * xkb_variant "altgr-intl"
output * bg ~/documents/ressources/wallpapers/building_cyberpunk.jpg fill
# autostart
# ---------
exec swayidle \
timeout 300 'swaylock -i $lock_bg' \
timeout 600 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \
before-sleep 'swaylock -i $lock_bg'

View file

@ -1,18 +0,0 @@
set $term termite
set $menu exec $term --name=launcher -e launcher.sh
set $lock_bg ~/documents/ressources/wallpapers/morty.jpg
# Input configuration
input * xkb_layout "us"
input * xkb_variant "altgr-intl"
output * bg ~/documents/ressources/wallpapers/building_cyberpunk.jpg fill
# autostart
# ---------
exec swayidle \
timeout 300 'swaylock -i $lock_bg' \
timeout 600 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \
before-sleep 'swaylock -i $lock_bg'

View file

@ -1,33 +0,0 @@
set $term kitty
set $menu exec $term --class=launcher ~/.local/bin/launcher.sh
set $lock_bg ~/documents/ressources/wallpapers/morty.jpg
# Input configuration
input * xkb_layout "us"
input * xkb_variant "altgr-intl"
# Workspace and Windows
for_window [app_id="cal"] resize set height 240px
for_window [app_id="pavucontrol"] floating enable, resize set 600px 400px
# Brightness
bindsym XF86MonBrightnessDown exec brightnessctl set 2%-
bindsym XF86MonBrightnessUp exec brightnessctl set 2%+
output * bg ~/documents/ressources/wallpapers/building_cyberpunk.jpg fill
output eDP-1 scale 2
exec swayidle \
timeout 300 'swaylock -i $lock_bg' \
timeout 600 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \
before-sleep 'swaylock -i $lock_bg'
# Autolaunch
for_window [app_id="cal"] resize set height 240 px
# $ws3 firefox
exec swaymsg 'workspace $ws3; exec firefox'
# launch mail workspace
exec ~/.local/bin/launch_mail_worksplace.sh

View file

@ -1,29 +0,0 @@
set $term kitty
set $menu exec $term --class=launcher ~/.local/bin/launcher.sh
set $lock_bg ~/documents/ressources/wallpapers/morty.jpg
# Input configuration
input * xkb_layout "us"
input * xkb_variant "altgr-intl"
# Brightness
bindsym XF86MonBrightnessDown exec brightnessctl set 2%-
bindsym XF86MonBrightnessUp exec brightnessctl set 2%+
output * bg ~/documents/ressources/wallpapers/building_cyberpunk.jpg fill
output eDP-1 scale 2
exec swayidle \
timeout 300 'swaylock -i $lock_bg' \
timeout 600 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \
before-sleep 'swaylock -i $lock_bg'
# Autolaunch
for_window [app_id="cal"] resize set height 240 px
# $ws3 firefox
exec swaymsg 'workspace $ws3; exec firefox'
# launch mail workspace
exec ~/.local/bin/launch_mail_worksplace.sh