diff options
| author | Omar Magdy <omar.professional8777@gmail.com> | 2022-05-28 16:37:09 +0200 |
|---|---|---|
| committer | Omar Magdy <omar.professional8777@gmail.com> | 2022-05-28 16:37:09 +0200 |
| commit | 491c1bf7bfeb03fab156c1464d57292409059a94 (patch) | |
| tree | 66e65a6f067fdb02f8af2cf40b74d01b785b81c5 | |
| parent | 3c949f51a4ab72db64265b4f88ee625f6935744e (diff) | |
| download | dotfiles-491c1bf7bfeb03fab156c1464d57292409059a94.tar.xz dotfiles-491c1bf7bfeb03fab156c1464d57292409059a94.zip | |
Edited pscontests.sh
| -rw-r--r-- | aliases/.aliases/aliases | 1 | ||||
| -rw-r--r-- | kitty/.config/kitty/kitty.conf | 5 | ||||
| -rwxr-xr-x | scripts/.scripts/pscontests.sh | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/aliases/.aliases/aliases b/aliases/.aliases/aliases index 25ae57b..6056b7f 100644 --- a/aliases/.aliases/aliases +++ b/aliases/.aliases/aliases @@ -1,3 +1,4 @@ +alias vcpp="~/.scripts/cpp_ps.sh" alias u="cd .." alias gs="git status" alias cr="~/.scripts/compiler_cpp.sh" diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index 017909c..29e30b7 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -27,7 +27,7 @@ bold_italic_font auto #: italic_font Operator Mono Book Italic #: bold_italic_font Operator Mono Medium Italic -font_size 22.0 +font_size 18.0 #: Font size (in pts) @@ -939,7 +939,8 @@ inactive_tab_font_style normal #: The foreground and background colors -background_opacity 0.95 +# background_opacity 0.95 +background_opacity 1.00 #: The opacity of the background. A number between 0 and 1, where 1 is #: opaque and 0 is fully transparent. This will only work if diff --git a/scripts/.scripts/pscontests.sh b/scripts/.scripts/pscontests.sh index 1536f96..cfadcb1 100755 --- a/scripts/.scripts/pscontests.sh +++ b/scripts/.scripts/pscontests.sh @@ -8,5 +8,5 @@ cd ${REPLY} for p in $PROBLEMS do touch $p.cpp - echo -e "#include<bits/stdc++.h>\n\nusing namespace std\n\nint main () {\n\n}" > $p.cpp + echo -e "#include<bits/stdc++.h>\n\nusing namespace; std\n\nint main () {ios_base::sync_with_stdio(false);\ncin.tie(NULL);\nint tt;\nwhile(tt--){\n}}" > $p.cpp done |
