This commit is contained in:
Tibo De Peuter 2022-10-26 00:12:15 +02:00
parent e3d444d936
commit a0b451dc89
12 changed files with 118 additions and 118 deletions

View file

@ -133,17 +133,17 @@ bindsym {
# System # System
bindsym --locked { bindsym --locked {
# Brightness # Brightness
XF86MonBrightnessDown exec brightnessctl -e s 5%- && $notify -b XF86MonBrightnessDown exec brightnessctl -e s 5%- && $notify -b
XF86MonBrightnessUp exec brightnessctl -e s +5% && $notify -b XF86MonBrightnessUp exec brightnessctl -e s +5% && $notify -b
# Volume control (Pulsemixer is slow!) # Volume control (Pulsemixer is slow!)
XF86AudioRaiseVolume exec pamixer -i 2 --set-limit 100 && $notify -v XF86AudioRaiseVolume exec pamixer -i 2 --set-limit 100 && $notify -v
XF86AudioLowerVolume exec pamixer -d 2 && $notify -v XF86AudioLowerVolume exec pamixer -d 2 && $notify -v
XF86AudioMute exec pamixer -t && $notify -v XF86AudioMute exec pamixer -t && $notify -v
XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle
# Media control # Media control
F7 exec playerctl play-pause F7 exec playerctl play-pause
Shift+XF86AudioLowerVolume exec playerctl previous Shift+XF86AudioLowerVolume exec playerctl previous
Shift+XF86AudioRaiseVolume exec playerctl next Shift+XF86AudioRaiseVolume exec playerctl next
@ -152,14 +152,14 @@ bindsym --locked {
# Special commands # Special commands
set $fzf ~/.scripts/fzf-jump set $fzf ~/.scripts/fzf-jump
bindsym { bindsym {
# Reload sway # Reload sway
$alt+Shift+r reload $alt+Shift+r reload
# Dialog to exit sway # Dialog to exit sway
$alt+Shift+e exec swaynag -t warning -m 'Do you really want to exit sway?' \ $alt+Shift+e exec swaynag -t warning -m 'Do you really want to exit sway?' \
-B 'Yes, exit sway' 'swaymsg exit' -B 'Yes, exit sway' 'swaymsg exit'
$flag+q kill # Kill focused window $flag+q kill # Kill focused window
$flag+Return exec $term -e bash -c "zellij --layout=compact attach || zellij --layout=compact" # Start a terminal $flag+Return exec $term -e bash -c "zellij attach || zellij" # Start a terminal
$flag+Delete exec swaylock # Lockscreen $flag+Delete exec swaylock # Lockscreen
# Start application launcher # Start application launcher

View file

@ -27,7 +27,7 @@ set tabstop=4
set number set number
set relativenumber set relativenumber
colorscheme nord-light " colorscheme nord-light
set conceallevel=2 set conceallevel=2
" Add mouse support " Add mouse support

View file

@ -5,7 +5,7 @@ pkgver = 0.0.1-1
pkgarch = any pkgarch = any
pkgbuild_sha256sum = 2c2128b35deb2cbf348ad9b8b02494c8a45788c75bf13661095c9037b1e4d02d pkgbuild_sha256sum = 2c2128b35deb2cbf348ad9b8b02494c8a45788c75bf13661095c9037b1e4d02d
packager = Unknown Packager packager = Unknown Packager
builddate = 1666735689 builddate = 1666735869
builddir = /mnt/MyFiles/.hidden/sisyphus/pkg/tdpeuter builddir = /mnt/MyFiles/.hidden/sisyphus/pkg/tdpeuter
startdir = /mnt/MyFiles/.hidden/sisyphus/pkg/tdpeuter startdir = /mnt/MyFiles/.hidden/sisyphus/pkg/tdpeuter
buildtool = makepkg buildtool = makepkg

View file

@ -5,7 +5,7 @@ pkgbase = tdpeuter
pkgver = 0.0.1-1 pkgver = 0.0.1-1
pkgdesc = Sysconfig for my systems pkgdesc = Sysconfig for my systems
url = https://github.com/tdpeuter/sisyphus url = https://github.com/tdpeuter/sisyphus
builddate = 1666735689 builddate = 1666735869
packager = Unknown Packager packager = Unknown Packager
size = 0 size = 0
arch = any arch = any

View file

@ -1 +1 @@
tdpeuter.db.tar.xz tdpeuter.db.tar.gz

Binary file not shown.

Binary file not shown.

View file

@ -1 +1 @@
tdpeuter.files.tar.xz tdpeuter.files.tar.gz

Binary file not shown.

Binary file not shown.