1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2026-04-27 08:11:37 +02:00

Merge branch 'master' of github:tiyn/dotfiles

This commit is contained in:
2026-04-26 06:36:03 +02:00
3 changed files with 13 additions and 2 deletions

11
.Rprofile Normal file
View File

@@ -0,0 +1,11 @@
if (!interactive()) {
options(device = function(...) pdf("Rplot.pdf"))
.Last <- function() {
if (dev.cur() > 1) {
dev.off()
system("xdg-open Rplot.pdf", wait = FALSE)
Sys.sleep(2)
}
}
}

View File

@@ -1,7 +1,7 @@
set statusbar-h-padding 0 set statusbar-h-padding 0
set statusbar-v-padding 0 set statusbar-v-padding 0
set guioptions none set guioptions none
set page-padding 1 #set page-padding 1
map u scroll full-up map u scroll full-up
map d scroll full-down map d scroll full-down
map D toggle_page_mode map D toggle_page_mode

View File

@@ -1,4 +1,4 @@
[Desktop Entry] [Desktop Entry]
Type=Application Type=Application
Name=Image viewer Name=Image viewer
Exec=sxiv -a %u Exec=imv %u