Skip to content

Commit

Permalink
Untrack some unnecesary files
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniDiazTech committed Dec 10, 2020
1 parent bfabb21 commit 8c346af
Show file tree
Hide file tree
Showing 15 changed files with 6 additions and 40 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ignores idea folder
.idea
# Ignores python cache
.__pycache__
.idea/

# Ignores python cache

__pycache__/
3 changes: 0 additions & 3 deletions .idea/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/inspectionProfiles/profiles_settings.xml

This file was deleted.

4 changes: 0 additions & 4 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/qtile.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

Binary file removed __pycache__/config.cpython-38.pyc
Binary file not shown.
Binary file removed __pycache__/functions.cpython-38.pyc
Binary file not shown.
Binary file removed __pycache__/groups.cpython-38.pyc
Binary file not shown.
Binary file removed __pycache__/icons.cpython-38.pyc
Binary file not shown.
Binary file removed __pycache__/keybindings.cpython-38.pyc
Binary file not shown.
Binary file removed __pycache__/layouts.cpython-38.pyc
Binary file not shown.
Binary file removed __pycache__/widgets.cpython-38.pyc
Binary file not shown.
5 changes: 3 additions & 2 deletions keybindings.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def init_keys(self):
Key([self.mod, self.alt], "m",
lazy.spawn(PWA.music()),
desc="Open Youtube Music PWA"),
Key([self.mod, self.alt], "c",
Key([self.mod, self.alt], "t",
lazy.spawn(PWA.calendar()),
desc="Open Calendar PWA"),

Expand All @@ -131,7 +131,8 @@ def init_keys(self):
Key([self.mod], 'Down', lazy.spawn('pulseaudio-ctl down 5')),
Key([self.altgr], "space", lazy.spawn(
'play-pause')),

# Makes reference to play-pause script
# You can find it in my scripts repository
# Screenshots
Key([], "Print", lazy.spawn('xfce4-screenshooter')),
Key([self.alt], "Print", lazy.spawn('xfce4-screenshooter -f -c')),
Expand Down

0 comments on commit 8c346af

Please sign in to comment.