Commit Graph

15 Commits

Author SHA1 Message Date
a1346054 c62137f8ab
Simple maintenance improvements (#1370)
* rofi moved to libera.chat

* unify some theme headers and whitespace

* consistently use the same hashbang for bash

* improve obsolete way of testing equality

see https://github.com/koalaman/shellcheck/wiki/SC2268 for explanation

* use consistent function definitions in bash scripts

* remove duplicated author and fix whitespace

* quote all variables in scripts

fixes many warnings identified through shellcheck

* fix whitespace in scripts

* fix whitespace in non-source files

* fix spelling in non-source files

* fix whitespace and indentation in source files

* fix spelling in source files
2021-08-14 13:03:16 +02:00
Dave Davenport 2da2a1f4dc [rofi-sensible-terminal] use xfce4-terminal.wrapper instead of xfce4-terminal
xfce4 terminal does not follow the 'default' arguments.
2020-06-09 18:12:00 +02:00
Sebastiaan Lokhorst 1e4409c6b3
Remove gnome-terminal from rofi-sensible-terminal (#1074)
gnome-terminal is no longer compatible, as noted in #1003
2020-03-20 10:01:11 +01:00
Dave Davenport 2a93daec04 [Script] terminal
Remote terminator,termite as it does not work with stock rofi configuration as
it does not support the 'default' assumed commandline interface.

Fixes: #953
2019-04-20 18:54:28 +02:00
Davide Masserut f888805ccd Add kitty to rofi-sensible-terminal 2018-09-12 00:12:38 +02:00
Espen Henriksen 3c5f605103 Add alacritty to rofi-sensible-terminal (#808) 2018-06-02 15:12:56 +02:00
Rafael Cavalcanti cb36bf3c17 Add konsole to rofi-sensible-terminal (#739) 2017-12-19 10:50:27 +01:00
Rasmus Steinke 799ace6dfd include more terminals and remove duplicates 2017-06-15 15:26:12 +02:00
Dave Davenport f21195dc14 Remove xdg-terminal, it aint sensible.
Fixes: #355
2016-03-07 17:55:45 +01:00
Tobias Kortkamp 68a913c3b7 Use /usr/bin/env bash for rofi-sensible-terminal 2016-02-02 10:51:36 +01:00
Dave Davenport d01afc5303 Add xdg-terminal to list 2015-11-01 12:28:55 +01:00
QC fbb2e34aab remove xdg-terminal stuff 2015-08-04 12:56:01 +02:00
Michael Vetter 1c52aafc3c Call bash instead of sh for rofi-sensible-terminal
In the script you use 'command -v' which AFAIK is a bash built-in and
thus not available on all shells. Although /bin/sh links to /bin/bash on
many systems it does not on every system. So it is possible that it does
not work.
2015-08-04 11:53:37 +02:00
QC 7e9ac526b5 Use rofi for nagbar 2015-08-03 20:42:16 +02:00
QC da044e0a05 Add rofi-sensible-terminal script. 2015-08-03 20:40:01 +02:00