This commit is contained in:
Leon Kowarschick 2020-04-24 17:52:50 +02:00
parent 6cffd31f63
commit db1c34e944
7 changed files with 21 additions and 7 deletions

View file

@ -1,4 +1,4 @@
{
"optOut": false,
"lastUpdateCheck": 1587574844538
"lastUpdateCheck": 1587664774612
}

View file

@ -7,6 +7,4 @@
config_version: 2
settings:
content.notifications:
https://calendar.google.com: true
content.register_protocol_handler:
https://calendar.google.com?cid=%25s: true
https://www.reddit.com: false

View file

@ -1,6 +1,6 @@
[FileDialog]
history=file:///home/leon/Downloads, file:///home/leon/coding/projects/pipr/target/release, file:///home/leon/Bilder/screenshots, file:///home/leon/coding/projects/pipr/target/x86_64-unknown-linux-musl/release, file:///home/leon/studium/Studium/Sem4/verteilteSysteme/Klausur2003
lastVisited=file:///home/leon/coding/projects/pipr/target/release
lastVisited=file:///home/leon/Downloads
qtVersion=5.14.2
shortcuts=file:, file:///home/leon
sidebarWidth=98

View file

@ -128,8 +128,9 @@ myLayout = avoidStruts . BoringWindows.boringWindows . smartBorders . toggleLayo
dragger = let x = fromIntegral gap * 2
in FixedDragger x x
spacingAndGaps = let intGap = fromIntegral gap
spacingBorder = Border intGap intGap intGap intGap
in spacingRaw True spacingBorder False spacingBorder True
spacingBorder = Border (intGap) (intGap) (intGap) (intGap)
gapBorder = Border intGap intGap intGap intGap
in spacingRaw True spacingBorder True gapBorder True
-- }}}

Binary file not shown.

2
files/scripts/cheat Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
curl "cheat.sh/$*"

View file

@ -0,0 +1,13 @@
#!/bin/bash
xdg-open 'https://jira-student.it.hs-heilbronn.de/secure/RapidBoard.jspa?rapidView=323&projectKey=RUNDUM&selectedIssue=RUNDUM-141'
cd ~/coding/studium/swlab/backend_studez/ || exit
#docker-compose stop
#docker-compose rm -f
docker-compose up -d
nohup ~/intelliJInstall/bin/idea.sh ~/coding/studium/swlab/backend_studez/studez_backend &
kitty @ launch --keep-focus --type=tab --cwd ~/coding/studium/swlab/frontend_studez/studez_frontend/ npm start
cd ~/coding/studium/swlab/frontend_studez/studez_frontend/src || exit
git fetch
kitty @ send-text "cd ~/coding/studium/swlab/frontend_studez/studez_frontend/src\ngit checkout "