diff options
author | Linux User <lx@localhost.my.domain> | 2023-04-26 13:43:11 +0200 |
---|---|---|
committer | Linux User <lx@localhost.my.domain> | 2023-04-26 13:43:11 +0200 |
commit | 8f68750ee60c512640b984b1f60b376f222f2d62 (patch) | |
tree | 72a92c03e0e5d114f99ad5b8f2d1930887d8fb64 /icewm | |
parent | 7dc368379863fad6204573e4f8f3efcd3afbf472 (diff) | |
download | user-config-8f68750ee60c512640b984b1f60b376f222f2d62.tar.gz user-config-8f68750ee60c512640b984b1f60b376f222f2d62.zip |
add separate icewm config files
Diffstat (limited to 'icewm')
-rw-r--r-- | icewm/keys | 3 | ||||
-rw-r--r-- | icewm/menu | 3 | ||||
-rw-r--r-- | icewm/preference | 2 | ||||
-rw-r--r-- | icewm/theme | 1 | ||||
-rw-r--r-- | icewm/toolbar | 4 |
5 files changed, 13 insertions, 0 deletions
diff --git a/icewm/keys b/icewm/keys new file mode 100644 index 0000000..1f5ce62 --- /dev/null +++ b/icewm/keys @@ -0,0 +1,3 @@ +key "Super+Enter" st +key "Super+Shift+r" icewm --restart + diff --git a/icewm/menu b/icewm/menu new file mode 100644 index 0000000..f1f2f28 --- /dev/null +++ b/icewm/menu @@ -0,0 +1,3 @@ +prog "Terminal" xterm st -f inconsolata-12pt +includeprog icewm-menu-fdo --sep-before --no-sep-others --no-sub-cats + diff --git a/icewm/preference b/icewm/preference new file mode 100644 index 0000000..556e2dc --- /dev/null +++ b/icewm/preference @@ -0,0 +1,2 @@ +TerminalCommand=st + diff --git a/icewm/theme b/icewm/theme new file mode 100644 index 0000000..b8b8e28 --- /dev/null +++ b/icewm/theme @@ -0,0 +1 @@ +Theme="motif/default.theme" diff --git a/icewm/toolbar b/icewm/toolbar new file mode 100644 index 0000000..3adfdc7 --- /dev/null +++ b/icewm/toolbar @@ -0,0 +1,4 @@ +prog "Terminal" xterm st -f inconsolata-12pt +prog "Xfe" xfe xfe +prog "Dillo" dillo dillo + |