fixed broken git repo
This commit is contained in:
@@ -1,7 +1,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 +14,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'}),
|
||||
|
||||
@@ -4,8 +4,10 @@ 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([], "Cancel" , lazy.spawn('systemctl hibernate'),desc="enter hibernation"),
|
||||
|
||||
|
||||
#moving focus aroung
|
||||
Key([mod], "h", lazy.layout.left(),desc="move focus left"),
|
||||
@@ -51,7 +53,7 @@ keys = [
|
||||
Key([mod, "control"], "q", lazy.shutdown(), desc="Shutdown qtile"),
|
||||
|
||||
#rofi
|
||||
Key([mod],'Return',lazy.spawn("rofi -show drun -show-icons -modi drun,calc,ssh"),desc="launch rofi (drun)"),
|
||||
Key([mod],'Return',lazy.spawn("rofi -show drun -show-icons -modi drun"),desc="launch rofi (drun)"),
|
||||
|
||||
# audio hotkeys
|
||||
Key([], 'XF86AudioRaiseVolume', lazy.spawn('pulseaudio-ctl up 5'), desc="increase speaker volume"),
|
||||
@@ -73,6 +75,9 @@ keys = [
|
||||
# backlight keys
|
||||
Key([], 'XF86MonBrightnessUp', lazy.spawn('xbacklight -inc 5')),
|
||||
Key([], 'XF86MonBrightnessDown', lazy.spawn('xbacklight -dec 5')),
|
||||
|
||||
# color mode switch
|
||||
Key([], 'XF86Favorites', lazy.spawn('xbacklight -set 100')),
|
||||
]
|
||||
|
||||
|
||||
|
||||
@@ -4,13 +4,13 @@ xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Tapping Enabled" 1
|
||||
xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Natural Scrolling Enabled" 1
|
||||
setxkbmap de&
|
||||
nitrogen --restore &
|
||||
/usr/lib/geoclue-2.0/demos/agent&
|
||||
bash .screenlayout/layout.sh &
|
||||
pulseaudio-ctl set 50 &
|
||||
dunst &
|
||||
nextcloud &
|
||||
timeshift &
|
||||
numlockx &
|
||||
redshift-gtk -t 6500:3600 &
|
||||
udiskie -t &
|
||||
picom -b --experimental-backend &
|
||||
cbatticon &
|
||||
@@ -18,5 +18,7 @@ nm-applet &
|
||||
blueman-applet &
|
||||
thunderbird &
|
||||
clickup &
|
||||
redshift-gtk -t 6500:3600 &
|
||||
fcitx5 -d&
|
||||
emacs --daemon &
|
||||
emacs --daemon &
|
||||
surf https://ka-raceing.plantapulse.de/boards &
|
||||
|
||||
Reference in New Issue
Block a user