Merge remote-tracking branch 'origin/laptop'

This commit is contained in:
paul-loedige
2023-04-18 23:07:40 +02:00
10 changed files with 341 additions and 13 deletions
+4 -2
View File
@@ -2,6 +2,8 @@ from typing import Match
from libqtile.config import Group, ScratchPad, DropDown, Key, Match
from libqtile.command import lazy
import re
from defines import mod,term
from Keys import keys
@@ -13,7 +15,7 @@ group_names = [("","Home", 'h',{'layout': 'monadtall'}),
("","Music", 'u',{'layout': 'monadtall', 'matches' : [Match(wm_class="spotify")]}),
("","Video", 'v',{'layout': 'monadtall', 'matches' : [Match(wm_class="vlc")]}),
("","VideoChat", 'z',{'layout': 'monadtall', 'matches':[Match(wm_class="discord")]}),
("","ClickUp", 'k',{'layout': 'monadtall', 'matches' : [Match(wm_class="clickup")]}),
("","Planta Pulse", 'p',{'layout': 'monadtall', 'matches' : [Match(wm_class="surf")]}),
("","etc1", '1', {'layout': 'monadtall'}),
("","etc2", '2', {'layout': 'monadtall'}),
("","etc3", '3', {'layout': 'monadtall'}),
@@ -58,7 +60,7 @@ groups.append(
),
DropDown(
'WhatsApp',
'whatsapp-for-linux',
'whatsapp-nativefier',
height = 0.5,
width = 0.8,
x = .1,
+3 -1
View File
@@ -4,9 +4,11 @@ from libqtile.command import lazy
from defines import mod, term
keys = [
#screen lock
#screen lock & hibernation
Key([mod], "End" , lazy.spawn('dm-tool lock'),desc="locks session"),
Key([], "Pause" , lazy.spawn('dm-tool lock'),desc="locks session"),
Key([], "Cancel" , lazy.spawn('systemctl hibernate'),desc="enter hibernation"),
#moving focus aroung
Key([mod], "h", lazy.layout.left(),desc="move focus left"),
+3 -1
View File
@@ -2,6 +2,7 @@
sleep 1&
setxkbmap de&
nitrogen --restore &
/usr/lib/geoclue-2.0/demos/agent&
bash .screenlayout/layout.sh &
pulseaudio-ctl set 50 &
dunst &
@@ -17,4 +18,5 @@ blueman-applet &
thunderbird &
clickup &
fcitx5 -d&
emacs --daemon &
emacs --daemon &
surf https://ka-raceing.plantapulse.de/boards &