From db1c34e9442fe97a281bf0fa89c9d7ac517c1858 Mon Sep 17 00:00:00 2001 From: Leon Kowarschick Date: Fri, 24 Apr 2020 17:52:50 +0200 Subject: [PATCH] asdf --- .../configstore/update-notifier-npm.json | 2 +- files/.config/qutebrowser/autoconfig.yml | 4 +--- .../qutebrowser/qsettings/QtProject.conf | 2 +- files/.xmonad/lib/Config.hs | 5 +++-- files/.xmonad/xmonad-x86_64-linux | Bin 13861840 -> 13861840 bytes files/scripts/cheat | 2 ++ files/scripts/workspaces/swlab.sh | 13 +++++++++++++ 7 files changed, 21 insertions(+), 7 deletions(-) create mode 100755 files/scripts/cheat create mode 100755 files/scripts/workspaces/swlab.sh diff --git a/files/.config/configstore/update-notifier-npm.json b/files/.config/configstore/update-notifier-npm.json index e95ec1c..6f62eb2 100644 --- a/files/.config/configstore/update-notifier-npm.json +++ b/files/.config/configstore/update-notifier-npm.json @@ -1,4 +1,4 @@ { "optOut": false, - "lastUpdateCheck": 1587574844538 + "lastUpdateCheck": 1587664774612 } \ No newline at end of file diff --git a/files/.config/qutebrowser/autoconfig.yml b/files/.config/qutebrowser/autoconfig.yml index 5228081..ac827d3 100644 --- a/files/.config/qutebrowser/autoconfig.yml +++ b/files/.config/qutebrowser/autoconfig.yml @@ -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 diff --git a/files/.config/qutebrowser/qsettings/QtProject.conf b/files/.config/qutebrowser/qsettings/QtProject.conf index 671244c..b0ae9ed 100644 --- a/files/.config/qutebrowser/qsettings/QtProject.conf +++ b/files/.config/qutebrowser/qsettings/QtProject.conf @@ -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 diff --git a/files/.xmonad/lib/Config.hs b/files/.xmonad/lib/Config.hs index 13653f9..72fed88 100644 --- a/files/.xmonad/lib/Config.hs +++ b/files/.xmonad/lib/Config.hs @@ -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 -- }}} diff --git a/files/.xmonad/xmonad-x86_64-linux b/files/.xmonad/xmonad-x86_64-linux index edda4c77a4adef47ed96e69e09b4d45e945d9019..9f643e3faf69c2237b44e522268b1aced3015d35 100755 GIT binary patch delta 901 zcmWl~=T;5?007WalB}$d$liNJ_TGDEMI?K#?CrC%lI*=nS!HBqM?|;L%I7om)9Oei|IYt`CIl)Ozahi0_kil6pImdY}aFI(~<_cH2 z#&vFRlUv;84tKf7eID?TM`ZDsY;t(QQ=ajh7vz%1OJ4DsH{|n{cf98VANiCQ3@u2G o$($cs5D`d-E#Na>_{ulF^Mjuh@{8XTQA`P?{K-p*ElW-L2QOfsS^xk5 delta 903 zcmWl~*H#Ds007Wal1&JO?46ap6+-rmjI1Pk?+_s)Gh}CP%FJGsJ&F(T=E3O?ytp3j zxy2dZf{V#}9vJ#7F1B1$bmrf}_@c;=-#LF0QxkHtN&>>N(^7v1rI!X~lm-Uy|1tzo zmSD~=$j$sUE1S1*6XvQ#> zag1jI6NzUMlSyC-Q<=te5}CnFW-*&NBr%s{=8?jD7O;>-EM^HyS;lf!u##1*W({ju z$9gufkyJLZnJuKTm2IT6ogM5XgI(-q4|~aEANx7LK@M@4ERJxLV`Ouj6P)A}r#Zt} zayZ9%E^v`cT;>W_xyE&FaFbiy<_@{!ahH4C=K&9SL_Uvs!c(5{oEN<06|Z^2+x*hN tf~2|u;n^_}1$8n~A_^#^h2Z+xei5`N^TMEp!i{s)s(p11%2 diff --git a/files/scripts/cheat b/files/scripts/cheat new file mode 100755 index 0000000..56440d2 --- /dev/null +++ b/files/scripts/cheat @@ -0,0 +1,2 @@ +#!/bin/bash +curl "cheat.sh/$*" diff --git a/files/scripts/workspaces/swlab.sh b/files/scripts/workspaces/swlab.sh new file mode 100755 index 0000000..32408b8 --- /dev/null +++ b/files/scripts/workspaces/swlab.sh @@ -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 "