Merge remote-tracking branch 'origin/laptop'
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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"),
|
||||
|
||||
@@ -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 &
|
||||
|
||||
Reference in New Issue
Block a user